Can I use ADO to dynamically link tables?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have the code to dynamically link tables using DAO, but can't find a way to
do this using ADO.
 
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?
 
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.
 
Back
Top