Serial Number of records in report

G

Guest

Create a text box in the Report details section, in the ControlSource of the
text box write
=1

And set the RunningSum property of that the text box to "Over All"

That way it will add 1 for each record
 
D

Douglas J. Steele

By "serial number", do you mean a sequential number indicating the row
count?

Add a text box to your report, and set its ControlSource property to =1
(including the equal sign). Set its RunningSum property to Over All (or Over
Group if you want the count restarted each time the group changes)
 

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