Article ID: 122243 - Last Review: January 19, 2007 - Revision: 2.1 ACC: How to Use a Query to Compare Data Among RecordsThis article was previously published under Q122243
Moderate: Requires basic macro, coding, and interoperability skills.
SUMMARY
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 INFORMATION
The 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:
REFERENCES
For more information about queries, search the Help Index for "designing
queries."
APPLIES TO
| Article Translations
|

Back to the top
