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.
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.