Counting records

S

sam

how would I make the report count the total number of
records contained in a report
Thanks Sam
 
D

Duane Hookom

Add a text box to the Report Header or Footer section with a control source
of:
=Count(*)
 
Top