ACC: How to Compare Data Among Records in a QueryLast reviewed: May 14, 1997Article ID: Q122243 |
The information in this article applies to:
SUMMARYModerate: Requires basic macro, coding, and interoperability skills. You usually use code to compare data among records in a table. This article describes how to use a query instead of code to compare data among records.
MORE INFORMATIONThe following example demonstrates how to use a query to compare data among the records in the Orders table in the sample database Northwind.mdb (or NWIND.MDB in version 2.0). This query finds orders that were followed by another order within 60 days:
REFERENCESFor more information about queries, search the Help Index for "designing queries."
|
Additional query words: previous next
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |