Re: Different formatting for odd/even pages
- From: "steve" <steve@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 29 Aug 2007 22:33:28 -0400
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]
.
- Follow-Ups:
- Re: Different formatting for odd/even pages
- From: Marshall Barton
- Re: Different formatting for odd/even pages
- References:
- Re: Different formatting for odd/even pages
- From: Marshall Barton
- Re: Different formatting for odd/even pages
- Prev by Date: Re: Report doesn't show all records between dates
- Next by Date: RE: Capturing date/time modified on a form?
- Previous by thread: Re: Different formatting for odd/even pages
- Next by thread: Re: Different formatting for odd/even pages
- Index(es):
Relevant Pages
|
|