Print report Page Header on 2nd page and onward

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

Guest

Since my report has Report group header on 1 page, I wish to print the page header from 2nd page and onward
Please tell me how to do this
Thank you very much for your help.
 
Since my report has Report group header on 1 page, I wish to print the page header from 2nd page and onward.
Please tell me how to do this.
Thank you very much for your help.

Set the Report's Page Header property to Not with RptHeader.
It's on the Format tab.

If you don't have a Report Header, then code the Page Header Format
event:
Cancel = [Page] = 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

Back
Top