Hiding Edit menu item in Access
How can you hide the top menu item labeled "Edit" inside an Accce开发者_开发百科ss application?
Thanks
Don
You should be able to define a custom toolbar to be used by your application (pre-2007), one that omits the Edit option. In 2007, you would do this by making a custom ribbon for your application, again - omitting the Edit option
精彩评论