The database I'm working with opens each morning at 6:00 am via Task Scheduler. The ON OPEN event of the main form runs a series of queries that pulls student information from a proprietary school district database that I've linked to. That systems requires logging in with a user name and password.
As soon as the first query that uses a linked table is accessed the district system prompts for a password (my login name is already entered).
How can I have my code enter the password? (I tried SENDKEYS, but with no luck.)
Start Free Trial