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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Defaults for printing a report? 1

Status
Not open for further replies.

Wrecker

Technical User
Aug 29, 2001
126
US
Is there a way to set the default on a report to print in landscape? This report is printed from several printers, and everytime I print it, I need to change the settings on the printer.

Thanks in advance
Wrecker
 
You can do it through Page Setup in Design view, or look up the PrtDevMode property in Access help to set it in VBA.
 
PrtDevMode will only work if the database is not being used as an .MDE
 
I am not sure if this is your problem, but there is a bug in Access 2000 which causes the printer settings to revert to the default when the "Perform Name Autocorrect" feature is enabled. To make things more of a pain, the problem only occurs the second time the report is previewed.

This article explains the problem.

Go to the following URL:


The quick fix is to uncheck "Perform Name Autocorrect" (Tools, Options, General Tab). The permanent fix is to download Office 2000 Service Release 1/1A (just a small 20mB download).

You'll need to either install the patch or uncheck "Perform Name Autocorrect" on each computer that is used to run the report.

Beth beth@integratedresourcemgmt.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top