>> 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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

SendKeys 3
SendKeys "+{right}" problem 1
SendKeys with enter 1
How to code this 1
how to se sendkeys 3
>> building a sql database from another sql database 2
Coding error 4
Sendkeys 6

Back
Top