I have a master DB that holds the tables to feed a number of other DBs i'm building. The Master DB needs to be updated (it uses ODBC queries to an AS400)occasionally.
I tried using the OpenDatabase method code, copied right from the help files, but I must be doing something wrong.How do you run queries in your other DB object that you've created?
I know I could add the same queries and ODBC links to my satellite DB's, and update the linked tables that way, but that seems most inelegant. How would you pros handle this? Your advice is greatly appreciated.
I tried using the OpenDatabase method code, copied right from the help files, but I must be doing something wrong.How do you run queries in your other DB object that you've created?
I know I could add the same queries and ODBC links to my satellite DB's, and update the linked tables that way, but that seems most inelegant. How would you pros handle this? Your advice is greatly appreciated.