Form Page Header not visible

J

Jayyde

Everything I can find when I try to find out why, it says to make sure that
Visible = true or DisplayWhen = 0. However, those options are both not in
the property list for some reason and give me an error that the control
cannot access that expression when I try to force it with code. Can someone
either explain to me why this is happening or give me a way to fix it? I
have a form in Continuous mode and am just trying to use the Header section
to display some common information for all the records.

TIA,

Jayyde
 
B

Brendan Reynolds

The Page header and footer are displayed only when the form is printed. For
on-screen display, use the Form header and footer instead.
 
Top