SetMenuItem
--------------------------------------------------------------------------------
Hi All,
I have an issue which does not come to an end and it is making me crazy!
In an form_load event I have the following code:
Private Sub Form_Load()
DoCmd.SetMenuItem 1, 1, , acMenuGray
End Sub
Well, I do no not receive any error, but the specific item does not turn grey! Can someone tell me what I do wrong?
Thanks.
M.
--------------------------------------------------------------------------------
Hi All,
I have an issue which does not come to an end and it is making me crazy!
In an form_load event I have the following code:
Private Sub Form_Load()
DoCmd.SetMenuItem 1, 1, , acMenuGray
End Sub
Well, I do no not receive any error, but the specific item does not turn grey! Can someone tell me what I do wrong?
Thanks.
M.