Report page header every other page

A

adna

Is there a way to make the page header appear on every other page?

I have a detail section with a page break in the middle. I want the page
header to appear at the top of the first page of detail, but not on the
second..so basically I don't want the page header to appear after the page
break, or I only want it to appear on odd pages.
 
F

fredg

Is there a way to make the page header appear on every other page?

I have a detail section with a page break in the middle. I want the page
header to appear at the top of the first page of detail, but not on the
second..so basically I don't want the page header to appear after the page
break, or I only want it to appear on odd pages.

One way would be to code the Page Header Format event:
Me.Section(3).Visible = Me.[Page] Mod 2 = 1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top