Add a counter to a report

CTQE

Registered User.
Local time
Yesterday, 22:41
Joined
Feb 27, 2008
Messages
48
Hello All,

Here is a simple question for someone who knows the answer. lol!

I have a sub form on my main form. During Print preview of my report, I would like each sub-report entry to be numbered 1 thru ... however many entries on the sub report.

Any ideas on how to do this?

Thanks in advance.!
 
Try a textbox with a control source of

=1

and its running sum property set appropriately.
 

Users who are viewing this thread

Back
Top Bottom