Page footer on first page only...

R

Randy

How can I set up a form to print the page footer section
on the first page only? Can anyone help me with this?
 
F

fredg

How can I set up a form to print the page footer section
on the first page only? Can anyone help me with this?
set up a form <
Since this is posted in a Report's new group, I'll assume you simply
wrote form instead of report.

Code the Page Footer Format event:
Cancel = [Page] > 1
 
Top