ACC: Index Missing for Attached FoxPro or dBASE Table

Last reviewed: May 29, 1997
Article ID: Q122561
The information in this article applies to:
  • Microsoft Access versions 2.0, 7.0, 97

SYMPTOMS

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

When you open a linked (attached) dBASE or FoxPro table in Design view, the table's index is missing even though you specified an index when you linked the table.

RESOLUTION

When you link a dBASE or FoxPro table, make sure that the index you specify is based on a single field or a simple concatenation of multiple text fields. An index based on a more complex expression may not be visible in Microsoft Access.

MORE INFORMATION

A dBASE or FoxPro index based on a complex expression (anything other than a single field or a simple concatenation of text fields) may cause the Microsoft Jet database engine used in Microsoft Access to form incorrect joins because of incorrect assumptions about the order of the keys. For example, an index based on "string1 + function(string2)" may appear to the Microsoft Jet database engine to be based on "string1, string2." The Microsoft Jet database engine will not use such indexes, and will not display them in the Indexes window.

The indexed sequential access method (ISAM) driver used by Microsoft Access will, however, attempt to maintain an associated dBASE or FoxPro index while the ISAM is updating the dBASE or FoxPro table even though the index is not visible in Microsoft Access.

dBASE is manufactured by Borland International, Inc., a vendor independent of Microsoft; we make no warranty, implied or otherwise, regarding this product's performance or reliability.

REFERENCES

For more information about Linking FoxPro or dBASE files, type "FoxPro" in the Office Assistant, click Search, and then click to view "Import or Link FoxPro or dBASE files".


Keywords : IsmXbase kb3rdparty
Version : 2.0 7.0 97
Platform : WINDOWS
Hardware : X86
Issue type : kbprb
Resolution Type : Info_Provided


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 29, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.