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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. patelam8

    Duplex Access Report problem with group ending on odd pages

    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
  2. patelam8

    Duplex Access Report problem with group ending on odd pages

    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...

Part and Inventory Search

Back
Top