Poppa, thank you for your response. I need a clarification though...do you mean manually set the printer to duplex (outside of the application)? Or alternatively, what is the code to set a default printer to duplex?
Thanks so much!
I posted this to another section and then noticed this on dealing with VBA so am repeating it here. I apologize for the duplication. Problem below:
---------------------------------------------------------------------
I am new to this forum, and new to VBA programming in MS Access. I am...
I am new to this forum, and new to VBA programming in MS Access. I am trying to print a report in duplex without getting way over my head in complicated coding and not having much success. I have tried:
DoCmd.OpenReport strReport acViewPreview
DoCmd.RunCommand acCmdPrint
which works but...