View Full Version : Show consecutive numbers in a report


mura
06-29-2004, 12:38 PM
In a report, is there a way I can number each record consecutively other than setting up a separate field in a table? Example:

1. John Smith
2. Joe Blow
3. Sally Sanderson

Your assistance is appreciated.

pbaldy
06-29-2004, 01:10 PM
Create a textbox with a control source of

=1

and set the Running Sum property to Over Group or Over All, as appropriate.