Create a seperate page at the end of a report for revision notes

  • Thread starter Thread starter Kelly
  • Start date Start date
K

Kelly

The formated report has a page header that repeats on each page At the end I
need to add a seperate page for revison notes with out the header and will
alwyas be forced to a new page. Anybody have and idea how to accomplish this?
Kelly
 
Kelly said:
The formated report has a page header that repeats on each page At the end I
need to add a seperate page for revison notes with out the header and will
alwyas be forced to a new page.


Use the report footer section and set its ForceNewPage
property to Before Section.

If your version of Access can do it, set the report's page
header and footer properties to Not With Rpt Hdr/Ftr to
avoid the page header/footer with the report footer,
 
Thanks Steve and Marshall.
Kelly


Marshall Barton said:
Use the report footer section and set its ForceNewPage
property to Before Section.

If your version of Access can do it, set the report's page
header and footer properties to Not With Rpt Hdr/Ftr to
avoid the page header/footer with the report footer,
 

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