ACC: Error Message Using AutoKeys MacroLast reviewed: May 7, 1997Article ID: Q106183 |
The information in this article applies to:
SUMMARYModerate: Requires basic macro, coding, and interoperability skills. If you use an invalid key combination in an AutoKeys macro in Microsoft Access 7.0 or 97, you may receive the following error message:
The key combination '<your key combination>' in AutoKeys has invalid syntax or is not allowed.In Microsoft Access versions 1.x or 2.0, you may receive the following error message:
The key combination '<your key combination>' in 'AutoKeys' isn't valid and will be ignored. MORE INFORMATIONWhen you open a database, Microsoft Access looks for a macro with the name AutoKeys. You receive an error if that macro contains a key combination which is not in the following list:
SendKeys syntax example Key combination ---------------------------------------------------- ^A or ^4 CTRL+any letter or number {F1} Any function key ^{F1} CTRL+any function key +{F1} SHIFT+any function key {INSERT} INS key ^{INSERT} CTRL+INS key +{INSERT} SHIFT+INS key {DELETE} or {DEL} DEL key ^{DELETE} or ^{DEL} CTRL+DEL key +{DELETE} or +{DEL} SHIFT+DEL keyIn Microsoft Access 1.x and 2.0, you can change the name of the key assignment macro to something other than AutoKeys as follows:
Steps to Reproduce Behavior
REFERENCESFor more information about AutoKeys, search the Help Index for "AutoKeys," or ask the Microsoft Access 97 Office Assistant.
|
Additional query words: auto keys adk
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |