SetMenuItem

Status
Not open for further replies.

MartijnAn

Registered User.
Local time
Today, 13:59
Joined
Sep 30, 2004
Messages
51
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.
 
It is bad form to multi-post in these forums. You have received an answer in your other post so please edit and delete this thread.
 
RuralGuy said:
It is bad form to multi-post in these forums. You have received an answer in your other post so please edit and delete this thread.
I know, but I did not know how to delete this thread!

Sorry :o
 
Cick the Edit button in your first post and then select the delete message option.
 
Status
Not open for further replies.

Users who are viewing this thread

Back
Top Bottom