ottograham
Technical User
I'd like to print a series of reports with a command button. I'm using the following:
DoCmd.RunCommand acCmdPrint
But this brings up the Print Options dialog box. Is there a way I can code the print options and skip this dialog box? Also, how can you assign the printer with VBA?
Thanks in advance... Scott Graham
DoCmd.RunCommand acCmdPrint
But this brings up the Print Options dialog box. Is there a way I can code the print options and skip this dialog box? Also, how can you assign the printer with VBA?
Thanks in advance... Scott Graham