command language problem

huey

New member
Local time
Today, 14:57
Joined
Jul 5, 2006
Messages
4
Hi guys,
Can anyone help? I wish to include expert users for my project interface (access forms) and need help on finding a way of using command language on the buttons for example <alt>+e for exit database. can someone please explain how this is done, thanks
 
Put an Ampersand (&) before the letter on the control caption of what you want. So, if I have a button that I want to show "EXIT" with the X underlined to use with ALT+X, then in the button's caption type: E&XIT
 

Users who are viewing this thread

Back
Top Bottom