Update query or delete query may not succeed if the query reads data from a linked-text file (824159)



The information in this article applies to:

  • Microsoft Office Access 2003
  • Microsoft Access 2002



This article applies only to a Microsoft Access database (.mdb).

Moderate: Requires basic macro, coding, and interoperability skills.

SYMPTOMS

If you try to update a Microsoft Access table by using an update query that reads data from a linked-text file, the update may fail and you may receive the following error message:
Updating data in a linked table is not supported by this ISAM.
If you try to update an Access table by using a delete query that reads data from a linked-text file, the deletion may fail and you may receive the following error message:
Deleting data in a linked table is not supported by this ISAM.

WORKAROUND

To work around this problem, import the text file to the Access database and then run the update query or run the delete query.

REFERENCES

For more information about how to import a text file in Microsoft Office Access 2003, click Microsoft Office Access Help on the Help menu, type Import or link data and objects in the Search for box in the Assistance pane, and then click Start searching to view the topic.

For more information about how to import a text file in Microsoft Access 2002, click Microsoft Access Help on the Help menu, type Import or link data and objects in the Office Assistant or the Answer Wizard, and then click Search to view the topics returned.

Modification Type:MinorLast Reviewed:6/9/2004
Keywords:kbImport kberrmsg kbprb KB824159 kbAudDeveloper