Results 1 to 4 of 4
  1. #1
    pdlecesne is offline Novice
    Windows Vista Access 2007
    Join Date
    Feb 2013
    Posts
    12

    Unhappy Need Page #s on Subreports

    I have a report that creates two additional pages per item. I have the main report printing the pages but the subreports do not print the page numbers so I end up with a report that goes page 1, page 4, page 7, etc. I need to print the numbers on each page. How do I do this???? Please note, I am new to this and not a programmer. This is the control source I have in the primary report and each subreport : =IIf(([Page]>0),"Page " & [Page],"")



    Thanks

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    Report page numbering is controlled by the main report, not subreports. Is the page expression in the main report Page footer section?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    pdlecesne is offline Novice
    Windows Vista Access 2007
    Join Date
    Feb 2013
    Posts
    12
    Yes it is. I built the entire Financial statement in the Report Footer with the subreports opening from the footer as well.

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,626
    Don't think pagination will work as you want with subreports in Report footer section instead of Detail section. I don't think even VBA could deal with this.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 03-05-2013, 06:38 PM
  2. Replies: 1
    Last Post: 11-21-2012, 08:18 AM
  3. Page Header & Forced Page Break
    By Donnydon in forum Reports
    Replies: 1
    Last Post: 09-08-2011, 08:24 AM
  4. Page break on report inserts empty page between
    By Galadrielle in forum Reports
    Replies: 0
    Last Post: 07-07-2010, 04:18 AM
  5. Multiple Subreports with page break
    By rayc in forum Reports
    Replies: 7
    Last Post: 09-02-2006, 06:59 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums