G
GregB
Heres the code for printing the form
Dim stDocName As String
Dim MyForm As Form
stDocName = "UpdateInvoice"
Set MyForm = Screen.ActiveForm
DoCmd.SelectObject acForm, stDocName, True
DoCmd.PrintOut
DoCmd.SelectObject acForm, MyForm.Name, False
Whats the code to make the print job in landscape mode?
Thanks for the help,
Greg
Dim stDocName As String
Dim MyForm As Form
stDocName = "UpdateInvoice"
Set MyForm = Screen.ActiveForm
DoCmd.SelectObject acForm, stDocName, True
DoCmd.PrintOut
DoCmd.SelectObject acForm, MyForm.Name, False
Whats the code to make the print job in landscape mode?
Thanks for the help,
Greg