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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top