Number records in a report

C

Cito T

Does anyone know how I can get a running total of records
in a report. For example can I set up control field to
list the record number. i.e., if I had 4 records on the
detail of the report can I set the control to list each
record as 1,2,3 and 4 through out the end of the report?

Thanks,
Cito
 
F

fredg

Cito said:
Does anyone know how I can get a running total of records
in a report. For example can I set up control field to
list the record number. i.e., if I had 4 records on the
detail of the report can I set the control to list each
record as 1,2,3 and 4 through out the end of the report?

Thanks,
Cito
Cito,
Add an unbound control to the detail section.
Set it's control source to
=1
Set it's Running Sum property to
Over All.
 
G

Guest

Thank you that worked beautifully!
-----Original Message-----

Cito,
Add an unbound control to the detail section.
Set it's control source to
=1
Set it's Running Sum property to
Over All.

--
Fred
Please reply only to this newsgroup.
I do not respond to personal e-mail.
.
 

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