Count in reports

O

Ofer Cohen

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
 
Top