Printing a Report

G

Guest

I have a reprt that opens in acViewPreview

I want the users to have the option of printing the report.
is there a way to add a "Print" option on the report?

Thanks in advance.
 
G

Guest

You could add the following statement in the report's On Open event:

DoCmd.ShowToolbar "Print Preview", acToolbarWhereApprop

If the print preview tool bar is not showing, that is.
 

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