Autonumber Lines on a report

rgreene

Registered User.
Local time
Today, 18:01
Joined
Jan 22, 2002
Messages
168
Is there a way on a report to "autonumber" each line item? On my report depending on my criteria I enter I get different data. I would like each line to be numbered. Plus when I run the report again I want the numbering to start at 1 again.

Thanks,
Rick
 
Just add a textbox to your detail section and set the Control Source to "=1" and the Running Sum to "overall".
 

Users who are viewing this thread

Back
Top Bottom