Auto number

N

Nick

I have report with a list of names. I want the report to have a numerical
number when it list them. Example: 1. Brighton 2. Aris, 3. Tiger and so on.
I do not know if you set the report to do it or a query.
 
P

Pat Hartman

Add a control to the report. Set it's Control source to
=1
and set its running sum property to
OverAll or OverGroup depending on which results you want.
 
N

Nick

Thanks,

Pat Hartman said:
Add a control to the report. Set it's Control source to
=1
and set its running sum property to
OverAll or OverGroup depending on which results you want.
 
Top