Can I have two page headers?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Currently, I have a page header that prints on all pages. I want to add an
additional "page header" that will print only on subsequent pages after the
first page. It is the column text headings for information that will flow to
subsequent pages that I need to be atop the pages.

How do I do this?
 
You should be able to put both sets of fields in the same header, and then
put code in the report's PageHeader_Format event to check the page number,
and make only that set of fields you want visible.
 

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

Back
Top