Home | Overview | How Do I | FAQ | Sample | Tutorial | ODBC Driver List
This article explains how to refresh or remove a link to an attached table when the table has moved. For background, see the article DAO External: Attaching External Tables.
To refresh a link
Call the SetConnect member function for the saved tabledef object representing the attached table.
To remove a link to an attached table
Important When you delete an attached table, only the link is deleted. The external table itself is unaffected.
See Also DAO: Where Is..., DAO External: Working with External Data Sources, DAO External: Attaching External Tables, DAO External: Creating an External Table