Footer not on first page

J

Jim/Chris

Code the Page footer Format event:
Cancel = [Page] = 1

Jim

-----Original Message-----
I want to display some information on all the pages of a
document except on the Cover page.
I have a variable in my macro that return an
identification number for each document. I would like this
information to be on every page except the cover page.
 
R

Rick Brandt

The Report has a property named PageFooter that you can set to "Not with
Rpt Hdr". If you aren't using a ReportHeader you can add one and set it to
zero height.


--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


Jim/Chris said:
Code the Page footer Format event:
Cancel = [Page] = 1

Jim

-----Original Message-----
I want to display some information on all the pages of a
document except on the Cover page.
I have a variable in my macro that return an
identification number for each document. I would like this
information to be on every page except the cover page.
what coding would I have to use? the IIF function?

Daniel

.
 

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