Footer length

RayH

Registered User.
Local time
Today, 05:33
Joined
Jun 24, 2003
Messages
132
My company, in their ultimate wisdom, have decided upon a new stationary standard.
This involves putting the logo and address info at the bottom of their stationary, but only for the first page. The following pages do not have this information.
How can I make Access (A2000) not print the footer on the second and subsequent pages only or at least a footer with a reduced length.

any ideas?

thanks
 
I would create the logo and address information in the page footer, then set their "Visible" property to "No". Then on the "On Print" property of the page footer, use an If statement to check for the current page number and set the "Visible" property to "Yes" for the first page, and "No" for any subsequent pages. Be sure to also set the "Can Shrink" property of the page footer to "Yes".
 

Users who are viewing this thread

Back
Top Bottom