Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Page Break Problem in Access Report???

Status
Not open for further replies.

VoodooRage

Programmer
Oct 9, 2002
43
US
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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top