Counting in a reoprt

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a total of 90 people on a report how can I ask database to show how
many people are on the reort.

Thanks
 
Add a text box to the report Header or Footer with a control source of:
=Count(*)
 

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