software






 

Question by  Tanner (14)

In Microsoft Access, how do I disable the F11 key?

 
+7

Answer by  Ralf (7)

You must compile your database that is the most effective way there are others link writing a function to disable the bypass key but that is harder to do. Just be careful once you compile a data base it can not be uncompiled. the data base window can be set too not open is the start up settings.

 
+6

Answer by  gigo (1706)

To disable the F11 key go to extras, start. Then choose the option use access special keys. uncheck the option. The alternative is to overwrite the key. This you can do by setting key preview on yes. Then you can overwrite the key handler like this: Select Case KeyCode Case vbKeyF11 KeyCode = 0 ...

 
+5

Answer by  sreekar (22)

Open the MS Access home page and open the VBA Editor and write a piece of code and Key. F11=Disabled. And now save the VBA Code and run the VBA Editor by clicking the run button. Defaulty F11 button disabled.

 
You have 50 words left!