Search results

  1. V

    Using VBA to print Duplex in Access 2007

    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!
  2. V

    Using VBA to print Duplex in Access 2007

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

    Using VBA to print Duplex in Access 2007

    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...
Back
Top Bottom