Re: Different formatting for odd/even pages



I was reading this post and realized it would help me as well.

The code you posted works like a charm to turn the page footer on and off.
I cant figure out how to make my text print on the second (back) page and
then data on the third page etc. Have you got a solution for this please?

TIA for any help.

Steve

"Marshall Barton" <marshbarton@xxxxxxxxxx> wrote in message
news:hucbd39rqptsgknfvaefbad5gk5vnsbpdo@xxxxxxxxxx
FDM wrote:

I need to reformat a purchase order report to print a new "signature" page
footer after the Detail section on every odd page number and to print a
full
page of terms & conditions without a page footer on every even page
number.
When the report is printed to a duplex printer, the odd pages will be the
"front" pages and the even pages will be the "back" pages.

I have tried several different layouts - moving the "signature" page
footer
to the subreport, using On Format to set the "signature" page footer
Visible
to False on even page numbers, making the report 2 page wide - but no luck
in
getting the formatting like I need it.


Try making the page footer visible or invisible in the Page
Header's Format event:

Me.Section(4).Visible = (Me.Page Mod 2 = 1)

--
Marsh
MVP [MS Access]




.



Relevant Pages

  • Re: page numbering trouble
    ... changing page numbering only doesn't require unlinking sections. ... Format Page Number icon on the H/F toolbar. ... > From the header/footer toolbar, click on the opened book to get to page ... > Go back to the footer. ...
    (microsoft.public.word.docmanagement)
  • Re: footer appearing when it shouldnt in Microsoft Access Reports
    ... The only control in the footer is the Image control to display the flow ... The format event is not fired for the footer. ... If I can't figure out what is causing the Format or Print event to ...
    (microsoft.public.access.reports)
  • Re: Only want my signature to print, not show when viewing?
    ... The text was formatted as hidden text, ... The text was in a header or footer, but Word was not displaying the ... > signature didn't show, but when printing the document, the signature ...
    (microsoft.public.word.docmanagement)
  • Re: How to Print Report Footer based on Value of Control in Detail
    ... >code in the On Format event of the Detail, ... >On the report, I say the Hour field is formatted ... >>sara wrote: ... >>>Footer section. ...
    (microsoft.public.access.reports)
  • Re: why does file size get larger when someone saves as .rtf
    ... is keeping the footer from showing up. ... doctor, AutoText per doctor, or Macro that interprets the doctor's name. ... Separate template per doctor has the advantage that if one template breaks, ... blank document and use a format saved in AutoText and insert section ...
    (microsoft.public.mac.office.word)