hi
i want to make a module which it will run when my db start and it will disable some keys . I want to disble them as long my db is open.
i read some post and found
code:
Select Case KeyCode
Case vbKeyF1
KeyCode = ""
Case vbKeyF2
KeyCode = ""
Case vbKeyF11
KeyCode = ""
Case Else
End Select
i know that i will make a module and call it from my splash screen or startup.
i don't know the code??? and how to make it work as long my db is open.
thxs in advance
i want to make a module which it will run when my db start and it will disable some keys . I want to disble them as long my db is open.
i read some post and found
code:
Select Case KeyCode
Case vbKeyF1
KeyCode = ""
Case vbKeyF2
KeyCode = ""
Case vbKeyF11
KeyCode = ""
Case Else
End Select
i know that i will make a module and call it from my splash screen or startup.
i don't know the code??? and how to make it work as long my db is open.
thxs in advance