Print control or section but not display it

  • Thread starter Thread starter mscertified
  • Start date Start date
M

mscertified

Is there a way to get a control or form section (header/footer) to show when
the form is printed but not show when the form is displayed on screen?

Thanks.
 
Is there a way to get a control or form section (header/footer) to show when
the form is printed but not show when the form is displayed on screen?

Thanks.



All sections (except the Page Header/Footer) and Controls have a
Display When property.
For a Control or Section, you can set it's Display When property to
Always
Print Only
Screen Only
It's on the control property sheet's Format tab.

Also the Page Header only appears in Print or Print Preview.
You might use that instead of the Form Header if applicable.
 
I cant seem to get either my Form Header nor my Page Header to show or print.
I have set the properties as you specified, but still nothing...

Any clue what could be wrong?
 
Back
Top