Writing a script

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
 
J

John Vinson

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
 

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

Top