doulostheou
Registered User.
- Local time
- Today, 06:57
- Joined
- Feb 8, 2002
- Messages
- 314
I am trying to write some code that will automate the update of a number of similar databases. I need to delete a table from each database and then import a table.
I believe I would have to Set DB to the path of the database I am trying to manipulate. I am using the following:
Set Db = "T:\logsheets\TestLogsheets\Employees\abartlett.mdb"
I get a type mismatch error. The only examples I find set the DB to CurrentDB. How do I reference another database?
I believe I would have to Set DB to the path of the database I am trying to manipulate. I am using the following:
Set Db = "T:\logsheets\TestLogsheets\Employees\abartlett.mdb"
I get a type mismatch error. The only examples I find set the DB to CurrentDB. How do I reference another database?