How do I change printer settings in print command for reports

L

Lhuffst

I used the code provided by ms to programmatically change printer settings in
access2003. It works fine under the preview mode but when you send it direct
to the printer (print mode), the printers and orientation do not change. it
doesn't give any errors and the values are passing but it looks like it
ignores the settings. The print portion uses the application.printer
collection.
 
Top