Can I use ADO to dynamically link tables?

J

Jim Burke in Novi

I have the code to dynamically link tables using DAO, but can't find a way to
do this using ADO.
 
D

David C. Holley

Define 'dynamically link'? Do you mean that you have a *.mdb file that
has links to another *.mdb file and you want to update the links?
 
J

Jim Burke in Novi

Brendan's suggestion to use ADOX worked perfectly. I have an application .mdb
file and a data .mdb file. When I send a new copy of the appl to users I need
the links to the data .mdb file refreshed.
 
Top