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...