(Using Access 2007)
For a report I need to create and submit, they want counts of how many employees fit into a few given categories, and then they want some simple totals involving those count numbers.
I know how to create a query that returns the count number for a given category. I use the count function to count how many records are returned by the queries I've created to define the categories. That's easy.
However, when I try to enter a count query in the control source property of an unbound text box, it doesn't work, and I can't yet figure out some way of doing this.
I don't want to show the actual records returned by my category queries--I only want to show the count number, and I want to show counts for several queries.
Don't really care how I do it, I just want the count number in a box on the report.
Make sense? Please let me know if you need more information.
For a report I need to create and submit, they want counts of how many employees fit into a few given categories, and then they want some simple totals involving those count numbers.
I know how to create a query that returns the count number for a given category. I use the count function to count how many records are returned by the queries I've created to define the categories. That's easy.
However, when I try to enter a count query in the control source property of an unbound text box, it doesn't work, and I can't yet figure out some way of doing this.
I don't want to show the actual records returned by my category queries--I only want to show the count number, and I want to show counts for several queries.
Don't really care how I do it, I just want the count number in a box on the report.
Make sense? Please let me know if you need more information.
Comment