Heeloo somebody, How can I preview my report using the command button? Thanks,
O ooxx Jul 26, 2007 #1 Heeloo somebody, How can I preview my report using the command button? Thanks,
B Baz Jul 26, 2007 #2 Draw a command button on your form. The command button wizard runs. Choose "Report Operations" and "Preview Report". Proceed as per the Wizard.
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 Jul 26, 2007 #3 Add to the OpenReport command line acViewPreview, if nothing defined it will default to print to the printer Docmd.OpenReport "ReportName" ,acViewPreview , , MyCriteria
Add to the OpenReport command line acViewPreview, if nothing defined it will default to print to the printer Docmd.OpenReport "ReportName" ,acViewPreview , , MyCriteria