G
Guest
When should you send keys? Is there a better way; rather than using send keys?
keys?Chris said:When should you send keys? Is there a better way; rather than using send
Douglas J Steele said:As Rick implies, it all depends on what you're trying to do.
I don't believe I've ever had a situation where I was tempted to use
SendKeys, much less one where I had to.
Keith Wilby said:One reason being that the keystroke is processed by the application with
the focus, not necessarily Access.
Douglas J. Steele said:True, but I'd never try to do that, since it's so unreliable. (It's too
easy for focus to change, so that Access isn't sending the key strokes to
the correct application)