E
eklahorst via AccessMonster.com
I have a project that I have been assigned where I need to import about 100
tables from an ODBC database daily, run a query on these tables, and then
delete the table. The table names are all located in a table on the database
titled Catalog Update and the column/field is title Tables. I am pretty new
to VBA and I am wondering how to set up a module that would import all of the
tables based upon what is stored on the Catalog Update Table, I already have
something that will run the query and delete the table, I am just stuck on
the import section. Any suggestions?
tables from an ODBC database daily, run a query on these tables, and then
delete the table. The table names are all located in a table on the database
titled Catalog Update and the column/field is title Tables. I am pretty new
to VBA and I am wondering how to set up a module that would import all of the
tables based upon what is stored on the Catalog Update Table, I already have
something that will run the query and delete the table, I am just stuck on
the import section. Any suggestions?