I have a very simple report. It is just a large number of consecutive rows listing a persons name and one identification number we use internally. I'm numbering each row consecutively (running sum), but I need to reset the running sum back to 0 on each page (results in a series of pages with rows 1, 2, ...25 on each page). It is probably dirt simple, but I'm not sure how to go about it.
Thanks!
Thanks!