How do I put line numbers on a report in Access?

H

heinzklein

I would like to put line item numbers in the left-most column of my Access
reports, to facilitae easier team communications during review meetings. Can
that be done?
 
R

Ron Weiner

Put a text box on the report and set it ControlSource to =1 and set its
RunningSum property to Over Group.
 
Top