Form Header

W

Wes Henry

I have been trying to put headers on a few of my forms and I can't get
them to appear. I have everything set up (what looks like accordingly)
but the header or footer won't display. I've even tried changing my
forms from single to continuous and back and still no go. I have even
tried vba code on the load of the page such as:
pageheader.visible = true

This just returns an error. This has been an on going issue with
multiple forms and even multiple db's now. I am using access 2002. Any
help would be greatly appreciated.

-Wes
 
B

Brendan Reynolds

Forms have two types of header (and footer) Form Header/Footer and Page
Header/Footer. Page headers and footers are displayed only when the form is
printed, or opened in Print Preview mode. If you're using the Page
Header/Footer, try using the Form Header/Footer instead.
 
Top