Another Print Question

  • Thread starter Thread starter DavidW
  • Start date Start date
D

DavidW

On my application all of the toolbars have been disabled intentionally. When
I go to print a report, I have no user-interface to operate by. Is there a
way to have a popup in front of the report to ask if they wish to print or
not and how do you through code once a button is clicked, print the active
screen and close the report
Thanks
David
 
I always show print preview with docmd.openreport, then if user want to
print , he can press Ctrl-P which will bring printer dialog box.

HTH
 
Back
Top