XL: How to Create an Index with Microsoft QueryLast reviewed: February 2, 1998Article ID: Q143348 |
The information in this article applies to:
SUMMARYThis article describes how to create indexes with Microsoft Query.
MORE INFORMATIONIndexes can make queries run more quickly. To improve query performance, you can create indexes for fields that are used in joins, criteria, and sorts. The more unique a field's entries are, the more an index for that field can improve query performance. For example, an index for a field of phone numbers will improve query performance more than an index for a field containing only Yes or No entries. To create an index with Microsoft Query, follow these steps:
Note that indexes can make data entry slower because the indexes are updated each time data is entered. If you find that your indexes are slowing down the data entry process, delete indexes for fields which contain few unique entries. For example, if a field of phone numbers is used in a criteria, create an index for it because there are many unique entries. But if 10 fields, each containing only a Yes or a No entry, are used in criteria, you may prefer not to create indexes for these fields because they will do little to improve query performance and may slow down data entry.
REFERENCESFor more information about creating indexes in Microsoft Query, click the Search button in Microsoft Query Help and type:
Create Index Dialog Box |
Additional query words: idx indexing fast slow long time msquery
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |