Serial (sequence?) number in a report

P

Pantelis

I wand to put a Serial (sequence?)number in a report
design like the following, counting the records.

1 john
2 mary
..
..
n george

I work with Access 2000

Thank you in advance.
Pantelis
 
J

Jeff Boyce

Pantelis

Add a textbox control. Set its Control Source =1. Use the Running Sum
property of this control.

Good luck

Jeff Boyce
<Access MVP>
 
Top