Sendkeys

R

rwtrader

I can't find anywhere the sentax for sending the key "Enter" in a Sendkey
macro function. Can anyone help?
 
S

Steve Schapel

Rwtrader,

There are two options:
{ENTER}
or
~

Having said that, I should say that most experienced Access developers
would avoid SendKeys wherever possible, as it is a bit unreliable, and
there is usually an alternative way of achieving the same purpose.
 
Top