Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to autonumber a list

Status
Not open for further replies.

jodym43

MIS
Aug 24, 2001
14
US
Does anyone know a way to autonumber a list on a report??

I just have a simple report that generates a list of approx 5 - 10 entries. I would like to be able to auto number these entries so the report will look like:

1. first item
2. second item
3. third item .....etc

instead of:

first item
second item
third item

Thanks--
 
Add an unbound textbox to your report. Set it's controlsource to =1 and it's Running Sum property to Over All. This should give you what you're looking for.
 
Thanks. I knew that it had to be something fairly simple, but couldn't come up with anything.

Much appreciated!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top