Force print quality setting programmatically

ssteinke

for what it's worth
Local time
Today, 03:39
Joined
Aug 2, 2003
Messages
195
I've searched the forum and can't find an answer.

I currently use DoCmd.OpenReport "ReportName" to print reports.

Is their any way to force the report to print at medium quality, regardless of the default printer settings.

I've noticed that macro's allow this to be controlled from the Printout method, but haven't found anything to control it from modules.

Scott
 
I've found this method for controlling a printer using Windows API calls.

Anyone with a simpler suggestion I would love to hear.

Scott
 
Is creating a macro that prints at the quality/qulaties you want and then using DoCmd.RunMacro to run the macro/macros from VBA an option for you?
 

Users who are viewing this thread

Back
Top Bottom