Heeloo How can I preview the report?

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

Guest

Heeloo somebody,

How can I preview my report using the command button?

Thanks,
 
Draw a command button on your form. The command button wizard runs. Choose
"Report Operations" and "Preview Report". Proceed as per the Wizard.
 
Add to the OpenReport command line acViewPreview, if nothing defined it will
default to print to the printer

Docmd.OpenReport "ReportName" ,acViewPreview , , MyCriteria
 

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