ACC: ORDER BYs Must Be Output Columns in DISTINCT QueriesID: Q96895
|
Moderate: Requires basic macro, coding, and interoperability skills.
If you create a query and use the DISTINCT predicate in conjunction
with the ORDER BY clause, the fields that are being ordered must be
output columns. If the ORDER BY fields are not output columns, you
may receive the following error message:
ORDER BY clause ([Table Name].[Field Name]) conflicts with DISTINCT.
Use the DISTINCTROW predicate or remove the specified field from the ORDER BY clause.
Query: MyQuery
----------------------
Field Name: Address
Sort: Ascending
Show: False
Field Name: City
Show: True
ORDER BY clause (Customers.Address) conflicts with DISTINCT
For more information about using SQL predicates, search for "DISTINCT," and then "ALL, DISTINCT, DISTINCTROW, TOP Predicates (SQL)" using the Microsoft Access for Windows 95 Help Index.
Keywords : kbusage QryOthr
Version : 1.0 1.1 2.0 7.0
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: March 20, 1999