I have an A2010 application in which for security reasons, I turn the ribbons off, and keep the users out of the navigation pane - no problems there.
I have found the new "Report View" of reports very useful (or more accurately, potentially very useful) because in that view the controls can act like those on forms, reacting to on-click events (among others).
My question is - once the Report View is displayed, how does the user print it? The right-click popup menu does not have an option to print. I tried using a command button to print it : DoCmd.OpenReport "MOS_Report_EN", acViewNormal, i.e. opening the same report but this time printing it (there is no WHERE clause to worry about).
When I click the button, I get a brief message that the report is being printed, but it does not print; not only that, but the report controls no longer react to any button clicks. Could the Report View version on the screen be locking the data so that the one to print won't work (despite what the message says)?
Any thoughts or suggestions would be much appreciated.
Thanks
John