In a module I have a standard Docmd to print a suite of reports using
DoCmd.OpenReport "rptMyReport"
If I run this code it naturally outputs to my default printer or the "Specified" printer within the report page options.
Is it possible to adapt the Docmd or add some code in the module to specify a printer but still leave the main report page settings as default printer?
Thanks
DoCmd.OpenReport "rptMyReport"
If I run this code it naturally outputs to my default printer or the "Specified" printer within the report page options.
Is it possible to adapt the Docmd or add some code in the module to specify a printer but still leave the main report page settings as default printer?
Thanks