Print Preview Print Button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have built some reports and have them pop up in a preview window for
review. I would like to have them pop up for review, but then from the
review window be able to print them. It seems that I can either have print
button or a print preview button but not combined. Is there away to do this
through code?

Chris
 
You do whatever you want. But if you create a single button for both action
you need a mechanism to find out if the user want to preview or print. So
you'll need to either use a msgbox or have a toggle button on the form
(preview and print) and then check the response from the user and use it to
populate the view input variable in the openreport method.
 
IMHO, this is just a matter of user training. When the preview pane is open,
a right click will give the user the option to print as well as some other
potions.
 
Thanks Dave for answering, the right mouse button does not work on everyones
pc. Most do and I have shown them that, but for some reason some do not.
Any thoughts.
 
Interesting. I have no clue. Does the right click not work for them in other
applications or is is limited to Access or only the Print Preview?
 
Back
Top