force one side printing

  • Thread starter Jean-Francois Gauthier
  • Start date
J

Jean-Francois Gauthier

Is there a command that I can put in my report print button to tell to make
sure to print the report one side per page rather then double sided?

Thanks,

JF
 
D

Douglas J. Steele

Duplex printing is controlled by how the printer has been defined to
Windows. Access simply uses whatever setting is there.
 
J

Jean-Francois Gauthier

So there is no way to tell the printer from the access report to print only
single sided rather then double pages?

I am in a big office with multiple network printers and need to have this
particular report print single sided, however would be hard to have any new
user go through changing properties in the printer. I was hoping there was
some kind of command that I could put in the VBA to tell it to print one
sided.

Thanks,
 
D

Douglas J. Steele

Check the entry in the Help file on Printer object. It does have a Duplex
property that you can set to acPRDPSimplex.
 
Top