Display # records at bottom of report.

D

Dave

I'd like to display the total number of records when the
report is executed. What is the best way to retrieve this
and then display it at the bottom of the report.

Thanks,

Dave
 
W

Wayne Zywiec

-----Original Message-----
I'd like to display the total number of records when the
report is executed. What is the best way to retrieve this
and then display it at the bottom of the report.

Thanks,

Dave
.
In the report footer, create a text box. On the Data tab
of the text box, set the control souce to "=Count(col)"
where col is the name of a column on the report.
 

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

Top