Numbering detail rows on a report

  • Thread starter Thread starter Lori Mihalko
  • Start date Start date
L

Lori Mihalko

I found out how to number detail rows in a report:
Put a TextBox in the Detail section with a ControlSource
of =1 and then set the Control's RunningSum property
to "Over all".

I need to know how to have this counter start at 1 at the
beginning of every new page that prints.

Thanks,
Lori
 
You could set an onformat in the page header which sets
the value of your number control box to 0.
Hope this helps.
Fons
 
Back
Top