SendKeys Add-In?

shuff

Registered User.
Local time
Today, 20:51
Joined
Oct 13, 2000
Messages
61
I'M stumped... I am using a SetValue statement in an macro to take three concatenated unbound values and poke them into a memo field (Bound) on another form. So that the (memo) field will be ready for the next entry on a fresh line, my macro also does a SendKeys {ENTER} following the SetValue event. However, I get an error message that says that I need to run setup again because the SendKeys action requires a Utility Add-In???? Huh? The SetValue event seems to work OK, but the SendKeys action fails.

I have working SendKeys statements that run just fine in other databases. Could this be a corruption issue, or am I missing something?

It's the little things... :-)
SLH
 
Try putting quotes in your command>>
Sendkeys "{ENTER}"
 

Users who are viewing this thread

Back
Top Bottom