Count in reports

  • Thread starter Thread starter Guest
  • Start date Start date
To count the records in the report footer
Create a text box, in the control source of the text box write
=Count(*)

If you want to add a counter to the records displayed in the detail section,
then create a text box and in the control source write
=1

Change the RunningSum to OverAll
 

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