M
Marco
Hi. I don't want to desactivate the F11 key because I need to access to the
database access windows.
So I would like to only desactive it for the rest of the users.
I have already a code in the Splash form the first one to open that disable
the Menu Bar.
If CurrentUser <> "MPsilva" Then
DoCmd.ShowToolbar "Menu Bar", acToolbarNo
End If
What code should I use to make F11 be not avaible for the rest of the users?
Regards,
Marco
database access windows.
So I would like to only desactive it for the rest of the users.
I have already a code in the Splash form the first one to open that disable
the Menu Bar.
If CurrentUser <> "MPsilva" Then
DoCmd.ShowToolbar "Menu Bar", acToolbarNo
End If
What code should I use to make F11 be not avaible for the rest of the users?
Regards,
Marco