>> SendKeys

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I vaguely recall reading somewhere that using docmd.sendkeys is no longer
used. Is this true or just my imagination? If this is true, what's the
recommended alternative?

I want to emulate ctrl+TAB

Many thanks, Jonathan
 
I think this may help.

'SendKeys "^({TAB})", True

let me know if it does. (I'm a newbie...)
 
Hi Efandango, thanks for your response. In the end I avoided the pitful of
sendkeys (as I have found they can have unpredictable responses...) by
directly referencing form and next control.
 
Back
Top