Disableing menus

S

Sheldon

I have tried to disable a menu (me.specificmenu.enabled =
false). Of course not using that analogy. Instead I tried

The following example uses the SetMenuItem method to
disable the second command in the first menu on the custom
menu bar for the active window:

DoCmd.SetMenuItem 0, 1, , acMenuGray

This also doesn't seem to work.

Any suggestions?

Thanks
 
Top