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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

number the rows in a report 1

Status
Not open for further replies.

Eupher

MIS
Joined
Jul 18, 2002
Messages
1,724
Location
US
I've gone brain dead. There must be an easy answer to this question, but it escapes me at the moment.

How do I number the rows/records in the detail section of a report? The rows are just concatenated string values. In the output, I want it to appear as...

1. My string value #1
2. My string value #2
3. My string value #3
etc.

Thanks!

Ken S.
 
Put a textbox in your detail section, set the Control Source to =1 and the Runing Sum property to Over All. This will return incrementing numbers for each record in the Report Detail section.

Paul
 
Thanks for the tip!

Ken S.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top