Hi Alex
Tried that but it didn't appear to make any difference? Footer only
appears
on page 1 of report and not on Page 3, 5, 7, etc.
Sue
:
Hi, idea is the same:
Me.Section(4).Visible = (Me.[Page] mod 2 = 1)
--
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
Thanks very much for this! Is there a way to print it on all odd
pages ie
1,3,5,7 etc. I have a 2 page report which prints for over two hundred
dealers
and I only want the header on page 1 of each dealer.
Thanks in advance for any help.
Sue
:
On Fri, 21 Oct 2005 09:16:04 -0700, hughess7 wrote:
Hi all
In code can you prevent the Page footer in a report printing for
Page
two,
ie only print page footer at the bottom of page 1.
Thanks
Sue
Code the Page Footer format event:
Me.Section(4).Visible = Me.[Page] = 1