Total records

  • Thread starter Thread starter Ha
  • Start date Start date
H

Ha

I did a query and it display a result of 10 records.
I want to generate a report with this query and have the
total Number of records display in a textbox. I don't
want to group the total just total records shown based on
the query. How do I do that?

Your help is most appreciated.

-Ha
 
You could add a text box to the Report Header or Footer with a control
source
=Count(1)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top