How do I get a report to number the items?

R

Reporter 1

I have a report that lists the names of companies. I want to list them as
follows:

1) ABC Company
2) CDF Company
3) XYZ Company

Can an Access report automatically number them 1), 2), 3), etc...?

Thanks
 
D

Douglas J. Steele

Add a text box to your report, and set its control source to =1 (including
the equal sign)

Find the RunningSum property for the text box, and set it to Over All.
 
D

DebbieG

see answer in microsoft.public.access.reports


|I have a report that lists the names of companies. I want to list them as
| follows:
|
| 1) ABC Company
| 2) CDF Company
| 3) XYZ Company
|
| Can an Access report automatically number them 1), 2), 3), etc...?
|
| Thanks
 
Top