Hello All
I have a database that i am currently working on a new problem that i
have read about. specificall i was looking at the following article:
http://www.vb123.com.au/toolbox/07_...tiuser.htm
on the page there is this:
"NOTE: If you make changes to fields or indexes on the server, you
must relink the remote tables in Access." This is due to the current
links caching structural and connection information for the remote
tables at the time of the link, and this information never gets
updated. To relink the tables, delete any existing linked tables.
Compact the database. Then re-establish the linked tables using File >
Get External Data > Link Tables..."
i do this a lot of adding fields and changes to the indexes in my
backend datafile. i had no idea i would need to do this relinking of
the tables in my frontend each time.
so what i would like to do is create a tool that will take a snapshot
of the list of currently linked tables and then remove them, compact
the frontend db and then add the tables again. this way i can make
sure that all my tables are "refreshed".
i have no idea where to start to get a list of my tables and what i
might need to store in a field to allow my code to find those tables
again after removing them and then connect them.
any one have any ideas?
Replies