T
Tom P.
Using the DAO TableDefs collection I can iterate through
the properties of all the tables in the database and
determine which are linked and using what ODBC string. (I
have linkes to multiple non-access databases...)
Can this be done with the AllTables collection? I could
not determine how to get to the individual table
properties other than simple stuff like the name. I'd
like to both see and alter (reconnect really) the
connection string for a linked table and don't want to use
DAO to do it because presumably DAO is the "old" way.
Problem is I can't find the new way...
Thoughts?
the properties of all the tables in the database and
determine which are linked and using what ODBC string. (I
have linkes to multiple non-access databases...)
Can this be done with the AllTables collection? I could
not determine how to get to the individual table
properties other than simple stuff like the name. I'd
like to both see and alter (reconnect really) the
connection string for a linked table and don't want to use
DAO to do it because presumably DAO is the "old" way.
Problem is I can't find the new way...
Thoughts?