Surjer
Registered User.
- Local time
- Today, 19:47
- Joined
- Sep 17, 2001
- Messages
- 232
Well ran into a ? - Form.Printer.Orientation - works in Office 2003 but not in 2000
Thanks guys,
Code:
Dim vFM as New Form
Set vFM = New [MyForm]
vFM.RecordSource = SelectSQL
vFM.Visible = True
DoCmd.Maximize
vFM.Printer.Orientation = acPRORLandscape ',<<Is this available in Office 2K
Thanks guys,