View Full Version : Add a counter to a report


CTQE
06-12-2008, 09:06 AM
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.!

pbaldy
06-12-2008, 09:08 AM
Try a textbox with a control source of

=1

and its running sum property set appropriately.