-
I don't know if I'm just missing something in my documentation, or what, but I need to be able to set up shortcut keys using the "Alt" Key and a letter key (i.e 'E' or 'P') to call actions on my forms. Does anyone know a way to code this without using the menu editor?
Thanks in advance.
Sme
-
If you make the caption of a command button something like Open &Report, then Alt-R (in this case) will cause the Click event for that button to be executed.
------------------
Marty
What did the fish say when it hit the concrete wall?
> > > > > "Dam!"
-
Cool. It was (almost horribly) simple. Thanks a bunch.
Sme