S
Samantha
I currently use an icon on the form to print the report directly to the
default printer. But because there are so many printers, not all users want
to use their default printer. I want to automatically bring the printer
dialog (the standard one that we see in Office) and let the user choose which
one, instead of sending it to the printer directly using the following code:
DoCmd.OpenReport stDocName, acNormal, "rptRMA"
Is there a way to open the Dialog box without having to go to Print Preview
first? Any help is very much appreciated.
Samantha
default printer. But because there are so many printers, not all users want
to use their default printer. I want to automatically bring the printer
dialog (the standard one that we see in Office) and let the user choose which
one, instead of sending it to the printer directly using the following code:
DoCmd.OpenReport stDocName, acNormal, "rptRMA"
Is there a way to open the Dialog box without having to go to Print Preview
first? Any help is very much appreciated.
Samantha