M
Michael Wong
There is this command in Vba:
DoCmd.OpenReport View:=acViewNormal
But this will immediately print the report.
How can I bring up a dialog box to allow user to change printing settings
before printing?
DoCmd.OpenReport View:=acViewNormal
But this will immediately print the report.
How can I bring up a dialog box to allow user to change printing settings
before printing?