S
Shagnasty
Guest
I am helping a coworker automate updating an Access 2000 database. He wants a macro to run at 6:00 and run a series of update queries. I made a batch file that triggers the macro and the Windows XP Scheduler successfully triggers it. However, the tables that the queries use are linked Oracle ODBC tables. They require a user name and password before the connection is established. I need to find a way for the macro to automatically log in to the ODBC connection before the queries run. I have the DNS, user name, and password that needs to be used.