Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting Past Connect to __ Database prompt

Status
Not open for further replies.

davisto01

MIS
Jul 11, 2003
21
US
I'm using a module to automate a process in Access.
Any Ideas on how to use a get past the “Connect to X database” prompt? I tried to use the sendkeys command:
Sendkey (tab)
Sendkey(my username)
Sendkey (tab)
Sendkey (tab)
Sendkey(my password)
Sendkey (tab)
Sendkey(enter)
Etc.
To get past it.
The issue with this is that the macro sends the keys way before the screen pops up.
Any suggestions? I was thinking I might be able to do this if there’s a way to:
send the keys ...
when screen pops up.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top