How can I use the print common dialog in a report? <br>
This code is executed from the click event of a command button.<br>
<br>
DoCmd.OpenReport "DailyReport", acNormal<br>
<br>
I will like to give the users the option to print several copies of a report.<br>
<br>
This code is executed from the click event of a command button.<br>
<br>
DoCmd.OpenReport "DailyReport", acNormal<br>
<br>
I will like to give the users the option to print several copies of a report.<br>
<br>