Sendkeys

  • Thread starter Thread starter rwtrader
  • Start date Start date
R

rwtrader

I can't find anywhere the sentax for sending the key "Enter" in a Sendkey
macro function. Can anyone help?
 
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.
 
Back
Top