Total records in a table

G

Gary

I use a form which takes its data from a query, but I
need to count and display the total number of records
before the query applies the filter - how do I do that?
Many thanks
PS. Sorry for posting this twice.
 
A

apna

Make a subform which uses another query to get the count of the records and
displays it.
 
Top