Footer not on first page

  • Thread starter Thread starter Jim/Chris
  • Start date Start date
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.
 
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

.
 
Back
Top