VoodooRage
Programmer
I have a report that generates the detail lines from VBA code. The report then does the grouping similar to this
Big Group
Sub-Big Group
Detail lines
____________
Sub-Total for detail lines
_________________
Sub-total for Sub-Big Group
______________________
Sub-total for Big Group
My problem is that when there is a page break while the Detail lines are being written the first detail within the Sub-Big Group is not printed twice but the code where i am summing the totals counts it twice I am reasoning because of the page break. In my report this one number that is being counted twice is the first detail of the only Sub-Big Group that spans two pages?
Any help is VASTLY APPRECIATED!
This FORUM is AWESOME!
Big Group
Sub-Big Group
Detail lines
____________
Sub-Total for detail lines
_________________
Sub-total for Sub-Big Group
______________________
Sub-total for Big Group
My problem is that when there is a page break while the Detail lines are being written the first detail within the Sub-Big Group is not printed twice but the code where i am summing the totals counts it twice I am reasoning because of the page break. In my report this one number that is being counted twice is the first detail of the only Sub-Big Group that spans two pages?
Any help is VASTLY APPRECIATED!
This FORUM is AWESOME!