Page 1 of 1

MSAccess 2

Posted: Thu Jun 23, 2005 7:33 am
by fapfel
In Access the keystrokes ALT-V, Enter, q  will take you to the queries tab.  Using Robotask Send Keys to active window the syntax would be %(V){ENTER}q.  at his point the query that the cursor is on starts running.  It is as if there is an implied Enter in Robotask.  I get the same effect if I go to the Macro tab.  The macro that the cursor is on starts running.  I am trying to go to a query and open it in design mode not run it.  Any ideas.
Fred

MSAccess 2

Posted: Thu Jun 23, 2005 8:27 am
by Oleg
Ctrl-Enter opens selected object in design mode.
Try to use ^({ENTER}) combination

MSAccess 2

Posted: Thu Jun 23, 2005 8:34 am
by fapfel
Thank you for your assistance.  After opening Access, I had a send keys ENTER to get past the Username Password prompt.  It wasn't necessary and was being passed to the object under the cursor at that point.
Fred