GrahamUK33
Registered User.
- Local time
- Today, 20:38
- Joined
- May 19, 2011
- Messages
- 58
I have hidden the ribbon and database window adding the following code to the OnLoad event of a SplashScreen Access 2013 Form.
DoCmd.ShowToolbar "Ribbon", acToolbarNo
DoCmd.RunCommand acCmdWindowHide
I would like to remove/disable the option to select 'Design View' (right-click menu) on a Report, is there any code that I can add the OnLoad event for a Report?
DoCmd.ShowToolbar "Ribbon", acToolbarNo
DoCmd.RunCommand acCmdWindowHide
I would like to remove/disable the option to select 'Design View' (right-click menu) on a Report, is there any code that I can add the OnLoad event for a Report?
Last edited: