Record Numbering

R

Rob

I've created a report using a query. I'd like to number
each record returned by this query in my report
(1,2,3...). This seems like it should be a fairly
straightforward task however I'm new to Access
Development and am not sure how to proceed.

I'd appreciate any help you could give me on this.

-R
 
C

Cheryl Fischer

Rob,

Create a text box on your report and put the following in the Control Source
property:

=1

Then, in the Running Sum property of that text box, make the setting Over
All.

hth,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top