A
Aliza Klein
Hi.
I want to be able to allow the user to print a report (without previewing it
first) directly at the click of a button BUT prior to printing, to allow the
user to select the printer and set any options (similar to selecting
File->Print... from the main menu).
Currently, I have a button that simply does:
DoCmd.OpenReport "MyReport", acViewNormal, etc...
which does not give the user any print options.
Is there a simple way to bring up the Print dialog box (?) and then go ahead
and print the report directly?
Thanks for any info!
Aliza
I want to be able to allow the user to print a report (without previewing it
first) directly at the click of a button BUT prior to printing, to allow the
user to select the printer and set any options (similar to selecting
File->Print... from the main menu).
Currently, I have a button that simply does:
DoCmd.OpenReport "MyReport", acViewNormal, etc...
which does not give the user any print options.
Is there a simple way to bring up the Print dialog box (?) and then go ahead
and print the report directly?
Thanks for any info!
Aliza