> Hi, I am trying to create a report in Access 2003 where I can obtain the
> number of rows and assigning the row number in the results like the following
[quoted text clipped - 11 lines]
> How can I accomplish this?
> Thanks
Add an unbound text control to the detail section of your report.
Set it's control source to:
=1
Set it's Running Sum property to Over All.
That's it.

Signature
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
Joseph - 29 Feb 2008 22:20 GMT
Thanks Fred,
Works like a charm!
> > Hi, I am trying to create a report in Access 2003 where I can obtain the
> > number of rows and assigning the row number in the results like the following
[quoted text clipped - 18 lines]
>
> That's it.