View Full Version : Reset counter to 1 on each new page


azzurri
08-23-2002, 08:59 AM
Is it possible to reset counter(textbox with running sum over group) on each new page even for the same grouping? Can this be done through some code workout?

So far none come close to the solution. This should be a challenging problem to solve.

Cosmos75
08-23-2002, 03:18 PM
I don't quite understand you...

What are you trying to accomplish?

Is it possible to reset counter(textbox with running sum over group) on each new page even for the same grouping?

Is this on a Form or a Report?

azzurri
08-24-2002, 07:10 AM
Sorry for being too simplistic. What I want is to have a numbering in each page of a report start from 1. The counter I mention is actually the numbering for record printed in each page (this I did by assigning a textbox with source property =1 and running sum) but the problem is that the numbering continue for each successive report. I need to achieve this to comply with my company report format.

Pat Hartman
08-24-2002, 08:54 AM
Change the running sum from Over All to Over Group.