P
Phil Freihofner
I have a simple macro (three lines) that opens a form, moves the focus to a
button control, and then attempts to use a "Sendkeys" command to press the
button.
For the Keystrokes property of the macro, I put in the following:
{"ENTER"}
When I run this macro, the form loads and the focus is on the button
control, but the button does not get pressed, and I get the following error
message:
"The SendKeys action requires the Microsoft Access Utility Add-in to be
loaded.
Rerun Microsoft Access or Microsoft Office Setup to reinstall Microsoft
Access and the Microsoft Access Utility Add-in."
When I checked the installation disk (Version 2002), there was no such
Utility Add-in to be found. Also, a search at the Microsoft Support Website
did not turn up a specifically named "Utility Add-in" for Access.
If there is another way to "remotely" open the form and hit a button to make
it execute (note, the Button_OnClick() VBA code is a Private function and
should stay that way), I would love to hear about it.
Many thanks!
button control, and then attempts to use a "Sendkeys" command to press the
button.
For the Keystrokes property of the macro, I put in the following:
{"ENTER"}
When I run this macro, the form loads and the focus is on the button
control, but the button does not get pressed, and I get the following error
message:
"The SendKeys action requires the Microsoft Access Utility Add-in to be
loaded.
Rerun Microsoft Access or Microsoft Office Setup to reinstall Microsoft
Access and the Microsoft Access Utility Add-in."
When I checked the installation disk (Version 2002), there was no such
Utility Add-in to be found. Also, a search at the Microsoft Support Website
did not turn up a specifically named "Utility Add-in" for Access.
If there is another way to "remotely" open the form and hit a button to make
it execute (note, the Button_OnClick() VBA code is a Private function and
should stay that way), I would love to hear about it.
Many thanks!