Jimgarry
MIS
- May 16, 2000
- 112
Hi, thanks in advance,
I have have a mdb that get its data files from another mdb. no problem so far. what I want to do is delete all teh linked tables from the main mdb and then link all the tables from another mdb.
1. How can I get a list of all linked tabels in an mdb so I can programitlcy(sorry) delete the links
2. I want to attach to the new mdb and link all tabels in that MDB to the main .mdb again.
My thought would be to put the list in a tabel in the main mdb and use this to delete each tabel link then attach to the new mdb and some how get a list of all tabel and and link them?
Thanks for any assistance
Jim
I have have a mdb that get its data files from another mdb. no problem so far. what I want to do is delete all teh linked tables from the main mdb and then link all the tables from another mdb.
1. How can I get a list of all linked tabels in an mdb so I can programitlcy(sorry) delete the links
2. I want to attach to the new mdb and link all tabels in that MDB to the main .mdb again.
My thought would be to put the list in a tabel in the main mdb and use this to delete each tabel link then attach to the new mdb and some how get a list of all tabel and and link them?
Thanks for any assistance
Jim