assigning keyboard shortcut keys

H

hbear

I used the following:
^{Insert}
to assign Ctrl +Insert as a shortcut key combination. I posted it in the
Macro Name column as instructed in Building Microsoft Access Applications
1994 version.
It doesn't work. What would the current syntax be for assigning shortcut
keys to macros?
 
S

Steve Schapel

Hbear,

Assuming you have names the macro group AutoKeys, ^{INSERT} should be
correct. What is happening?
 
H

hbear

I did a quick review of the procedure for assigning shortcuts over breakfast,
but apparently didn't read far enough. Once I named the group AutoKeys, as
you suggested, everything worked fine.

Thanks!
 
Top