Count of records

icemac

Registered User.
Local time
Today, 13:32
Joined
Jul 17, 2006
Messages
31
I have created a query that returns x number of records. How can i count this number (x)?
 
Hello:

If your query was the recordsource for a form you could use an unbound text box and utilize the Count or Dcount functions.

In a query, you can utilized the Domain Aggregate built in function Count.

Regards
Mark
 

Users who are viewing this thread

Back
Top Bottom