Number of records in a query

  • Thread starter Thread starter Keren Kapach
  • Start date Start date
Use the DCount() function.

DCount("*", "YourQueryName")

returns the number of "rows" returned by your Query.
Alternatively, you can change your Query to a Totals Query.

HTH
Van T. Dinh
MVP (Access)
 
Back
Top