FoFa
Registered User.
- Local time
- Today, 15:17
- Joined
- Jan 29, 2003
- Messages
- 3,672
2003 MDB working in 2007.
So I removed the ODBC linked table from Access.
I dropped the table on the SQL server.
I use VBA code to refresh the links.
I get an error that says the table does not exist (DAH).
I'm using DAO and it errors on the RefreshLink command as it is doing a FOR EACH through tabledefs.
So why does tabledefs still think this table is there?
Compact/Repair does NOT fix the problem.
So I removed the ODBC linked table from Access.
I dropped the table on the SQL server.
I use VBA code to refresh the links.
I get an error that says the table does not exist (DAH).
I'm using DAO and it errors on the RefreshLink command as it is doing a FOR EACH through tabledefs.
So why does tabledefs still think this table is there?
Compact/Repair does NOT fix the problem.