Another Print Question

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
 
A

Albert

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top