sendkey or keyboard command

  • Thread starter Thread starter mcnewsxp
  • Start date Start date
M

mcnewsxp

i can't remember how to send keystrokes to to access.
something like sendkey("End")
?

TIA,
mcnewsxp
 
mcnewsxp said:
found it.
SendKeys "{End}"

SendKeys is not recommended, though -- it's buggy and unreliable. On
rare occasions you can't get around using it, but usually there's a
better way.
 

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
SetFocus OnOpen to two listboxes? 5
SendKeys and Keyboard Hook 0
Access2003, SendKeys and Vista 9
Add hyperlink button 1
Sendkeys Problem 2
how to se sendkeys 3

Back
Top