Number Rows on a report?

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

It would be anice addition if I could add numbers (a count) in front of each
row on my filtered report.

Any easy way to do this.

I was thinking an unbound text box with something in the control source - I
just don't know the something :)

Any help here will be appreciated.

Thanks in advance
 
It would be anice addition if I could add numbers (a count) in front of each
row on my filtered report.

Any easy way to do this.

I was thinking an unbound text box with something in the control source - I
just don't know the something :)

Any help here will be appreciated.

Thanks in advance

Set the control source to
=1
Set the Running Sum property to Over All
 
Add a text box, and set its ControlSource to =1 (including the equal sign)

Then, find the text box's RunningSum property and set it to either Over All
or Over Group, depending on what numbering you want.

(Note that this only works for Reports, despite the fact that you've posted
to the Forms group)
 
Thats for the pointers.
Worked as advertised.

And my appoligies about posting in the wrong group

dave
 

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

Back
Top