I have shipped my Access App with the accde format. But when users open a report in preview mode, they cannot get the right-click menu to print it. The print function is accessible only with the Ctrl-P keystroke.
I tried with my accdb format, I can always call the menu by right click. But in accde, when i right click on the report, nothing happens.
I have faced a similar issue when using the runtime version of Access. I worked around this by setting the
Shortcut Menu Barproperty on the appropriate objects. You should be able to do the same in your report.Check out this blog post for a bit of an overview of the process if you aren’t familiar with it.
There is also a nice page here on msdn.