> How can I disable, for example, the 'delete record' menu
> item from the Access application menu bar? My dB security
[quoted text clipped - 3 lines]
>
> Andy
You need of "Microsoft Office xx.xx Object Library" on your reference, so on
startup use this :
Application.CommandBars("Menu Bar").Enabled = False
Remember to Enable it on Close Application....!!!
Alessandro(IT)
Chris O'Neill - 30 Nov 2004 17:47 GMT
I like your solution. It doesn't seem to work for me though. It does recongnize the code, but nothing gets disabled. Do you have any suggestions? Where is the startup code written? I have been putting it in the startup forms open event...and it gets executed, but the menus still work.
thanks,
c-note