Oh, yes... I apologize that, given how little I use macros, I simply
overlooked that I should have mentioned the AutoKeys macro. For details, see
http://www.dataschenk.com/newsletter...s-Autokeys.htm. It may be
just what you need.
--
Larry Linson
Microsoft Office Access MVP
Co-Author, Microsoft Access Small Business Solutions, Wiley 2010
"Thomas Wiedmann" <(E-Mail Removed)> wrote in message
news:jls3hi$ufi$(E-Mail Removed)...
>> Do you mean "keyboard shortcuts", such as "Fn" plus a Function Key like
>> "F6"?
>
> Yes (whereas [Fn] usually is a key on notebooks only AFAIK)
>
>> Keyboard actions trigger events which fire an event, events can execute
>> Macros or VBA functions in the Form's (Object) Module-- if you want to
>> execute VBA procedures that are located in a General Module from either
>> of these type event, you can do so via a macro or VBA code.
>
> Can you give an example how to assign a keyboard shortcut to an Access
> macro, e. g. [Ctrl] + T for a procudure 'Sub Test'?
>
> Thomas Wiedmann
>