Heeloo How can I preview the report?

B

Baz

Draw a command button on your form. The command button wizard runs. Choose
"Report Operations" and "Preview Report". Proceed as per the Wizard.
 
O

Ofer Cohen

Add to the OpenReport command line acViewPreview, if nothing defined it will
default to print to the printer

Docmd.OpenReport "ReportName" ,acViewPreview , , MyCriteria
 
Top