I have a report that has a Detail section, a Group footer section and a Report footer section. The Group footer is based on a field named [Quarter] and it's code should be executed once for each value of this field. My problem is that it is being executed twice for each value of this field, and doubling totals that I am accumulating.
I tracked the execution through this code and it executes when [Quarter]=1 and again when [Quarter]=2. If it would stop then, it would be fine. But, continues on to repeat the same sequence again. Why is this happening? I realize that this might be a programming problem, but I don't know where to look. I am sure that the input data (as specified by the form.recordsource parameter) is sequenced correctly.
Thanks...
I tracked the execution through this code and it executes when [Quarter]=1 and again when [Quarter]=2. If it would stop then, it would be fine. But, continues on to repeat the same sequence again. Why is this happening? I realize that this might be a programming problem, but I don't know where to look. I am sure that the input data (as specified by the form.recordsource parameter) is sequenced correctly.
Thanks...