Sure, but from where?
From the Main database folder, select the report and then right-click
and select Print.
Or
select the report and click Ctrl + P
Or
select the report and click on the Print tool button
Or
select the report, then click File + Print
Or
Code a command button click event:
DoCmd.OpenReport "ReportName"
Or
Code a command button click event:
DoCmd.SelectObject acReport, "ReportName", True
DoCmd.PrintOut acPrintAll
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.