Reset counter to 1 on each new page

azzurri

Registered User.
Local time
Today, 03:06
Joined
Feb 27, 2002
Messages
25
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.
 
Not getting it!

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?
 
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.
 
Change the running sum from Over All to Over Group.
 

Users who are viewing this thread

Back
Top Bottom