ACC: "SendKeys Requires Microsoft Access Utility Add-in" Error (145773)
The information in this article applies to:
- Microsoft Access for Windows 95 7.0
- Microsoft Access 97
This article was previously published under Q145773 SYMPTOMS
Moderate: Requires basic macro, coding, and interoperability skills.
When you carry out a SendKeys macro action, you may receive the following
error message:
The SendKeys action requires the Microsoft Access Utility Add-in
to be loaded.
Solution
Run Setup to reinstall Microsoft Access and the Microsoft Access
Utility Add-in.
CAUSE
The Keystrokes argument of the SendKeys action has incorrect syntax. For
example, you may have enclosed the Keystrokes argument in quotation
marks ("), entered incorrect syntax, or misspelled some text.
If you receive the error message after converting a database created in an
earlier version of Microsoft Access, the specified keystrokes may not work
in Microsoft Access 7.0. or 97. Or, the Keystrokes argument may have been
enclosed in quotation marks which was not required in earlier versions but
was permitted. In Microsoft Access 7.0 and 97, however, you cannot enclose
the Keystrokes argument of a SendKeys macro action in quotation marks.
You may also receive this error message when you use any of the following characters in the Keystrokes property of the SendKeys action:
plus sign (+)
caret (^)
percent sign (%)
tilde (~)
parentheses ( )
The plus sign (+), caret (^), percent sign (%), tilde (~), and parentheses ( ) have special meanings to SendKeys. To specify one of these characters, enclose it in braces. For example, to specify the plus sign, use {+}.
RESOLUTION
Open the macro in Design view and fix the Keystrokes argument as necessary.
For example, remove any quotation marks, correct a misspelling, or fix any
syntax errors.
NOTE: If you want to include a quotation mark as one of the keystrokes used
by the SendKeys macro action, you need to enter two sets of quotation marks
in the Keystrokes argument, as follows:
Macro1
--------------------------------------------------------------
SendKeys
Keystrokes: ""Building Applications with Microsoft Access""
Wait: No
-or-
Macro2
--------------------------------------
SendKeys
Keystrokes: Michael ""Mick"" Suyama
Wait: No
REFERENCES
For more information about the SendKeys macro action, search the Help Index
for "SendKeys action," or ask the Microsoft Access 97 Office Assistant.
Modification Type: | Major | Last Reviewed: | 10/20/2003 |
---|
Keywords: | kberrmsg kbprb kbusage KB145773 |
---|
|