Print form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 'Print' command button in my form. It just print my form and it print
in Portrait format. How can i make print in Landscape Format in my form?
It needs to be coded in my form 'On Click' properties.

Thank you
 
Forms aren't really intended to be printed: that's what reports are for.
Consequently, you don't get much control over printing forms.
 
Back
Top