Hi
I have to calculate the quantity of records that are found each time a query is run. This information is displayed on a form that details statistics on my database. I can do this by creating a new query and adding a total field with the following expression......
Total: Count([Record Number])
Record Number is just the field I use from the main table to get my total.
The problem is I don't want to create a new query for each of my main queries as this amounts to 12, giving a total of about 24 queries. How can I obtain the quantity of records for all my main queries just using the one query as above?
Hope this makes sense.
I have to calculate the quantity of records that are found each time a query is run. This information is displayed on a form that details statistics on my database. I can do this by creating a new query and adding a total field with the following expression......
Total: Count([Record Number])
Record Number is just the field I use from the main table to get my total.
The problem is I don't want to create a new query for each of my main queries as this amounts to 12, giving a total of about 24 queries. How can I obtain the quantity of records for all my main queries just using the one query as above?
Hope this makes sense.