Hi there,
Can anyone tell me if (and how!) I can set entries in a customized menu bar to "enabled" true or false. Users login to the DB with a password, and I would like certain menu items dissabled for certain users.
I've been trying along these lines but no joy yet!
Set menubar = CommandBars.ActiveMenuBar
With menubar
.Controls.Item("exportdatei erstellen").enabled = False
End With
Would certainly appreciate any help!
Can anyone tell me if (and how!) I can set entries in a customized menu bar to "enabled" true or false. Users login to the DB with a password, and I would like certain menu items dissabled for certain users.
I've been trying along these lines but no joy yet!
Set menubar = CommandBars.ActiveMenuBar
With menubar
.Controls.Item("exportdatei erstellen").enabled = False
End With
Would certainly appreciate any help!