no. of records in report

  • Thread starter Thread starter Bob76
  • Start date Start date
B

Bob76

Hi,
I have a report in a datasheet format, w/ one employee per row that shows
Empl#, EmpName, DateHired, Hourly Rate, Comments, etc..
My question is: how do I print at the end of the report (in page footer or
report footer) the no. of records (employees) in this report?

Thanks, Bob
 
Text box in the Report Footer section, with 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