-
I would like to make a Access Database with hidden buttons that can be accessed by pressing something like ctrl+Alt+b. How can I do this? Also while Im at it if i create a database using a access database the end user doesnt have to have access do they?
-
By creating a macro "autokeys" you can use sendkeys to
invoke functions using various obscure key combinations.
This will not prevent anyone from seeing what the various
key combinations actually do, but it will not make it
particularly easy.
You'll probably need to look up the sendkey function.
Good Luck
DerFarm