Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print double sided using the DoCmd.Openreport Command.

Status
Not open for further replies.

Sanibel

Technical User
Nov 15, 2001
73
GB
I have a number of Access 2000 reports which I wish to print double sided. I have set my default printer preferences to "Print On Both Sides" and am using the following command to print the reports

DoCmd.OpenReport ReportName, AcNormal, ,Criteria

The reports however print out single sided.

Does anyone know how to force them to be printed double sided.

Thanks
 
The duplexing property is stored with the report and can be changed in page setup.

I wondered why the baseball was getting bigger.
Then it hit me.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top