Solution:
Add page break to the footer.
Add the following event procedure to the On Format property
Private Sub GroupFooter0_Format(Cancel As Integer, FormatCount As Integer)
If Page Mod 2 = 1 Then blankPage.Visible = True Else blankPage.Visible = False
Page = 0
End Sub
Thanks
We have a DUPLEX report to print that is grouped on a dealer code. This means for every new dealer we need to start with a new page number and new page. This works fine till the dealer codes end on the even pages. However, for the dealer codes ending on odd pages, the new dealer code starts on...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.