numbering report lines

G

George

Having generated a report from a query, how can I
automatically number each record sequentially from, say 1
to 10 if I have 10 records returned.

Thanks in anticipation.
 
A

Allen Browne

Add a text box to the detail section of your report, and give it these
propeties:
Control Source =1
Running Sum Over All
 
Top