Would you like to Print or Preview Report?

  • Thread starter Thread starter Martin Hopkins
  • Start date Start date
M

Martin Hopkins

Hello,

I have a report that is run by a marco from a form using the crireria that
the user enters. All works very well and the report goes direct to the
printer.

But on some reports I need to ask the user if they wish to print or preview
the report.

How is this done through a macro or form?

Any help gratefully received

Martin Hopkins
 
Martin

Check the syntax for the OpenReport command in Access HELP...

DoCmd.OpenReport ...

one of the parameters can be set to something like "acPrintPreview" instead.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

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

Back
Top