Writing a script

  • Thread starter Thread starter ChuckW
  • Start date Start date
C

ChuckW

Hi,

I am writing a script and need to figure out how in the
script to have the tab key pressed followed by enter.
Can anyone help?

Thanks,

Chuck
 
Hi,

I am writing a script and need to figure out how in the
script to have the tab key pressed followed by enter.
Can anyone help?

The SendKeys VBA function does this... sort of. But it's VERY buggy
and there is always another way to accomplish what Sendkeys would do
in Access.

If you're not using Microsoft Access, you're asking in the wrong
group; if you are, please post what you want this code to *accomplish*
- it's certainly possible to do what you want without using Sendkeys,
but we'll need to know what it is you want done to suggest how!

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 
Back
Top