ACC2: Union Query with Calculated Field May Cause GP FaultID: Q119711
|
Novice: Requires knowledge of the user interface on single-user computers.
When you run a union query containing a calculated field in the first
subquery, and an Order By clause containing the calculated field, you may
receive a general protection (GP) fault error message.
Change the order of the subqueries in the union query, or remove the Order By clause from the query.
This behavior no longer occurs in Microsoft Access version 7.0.
Select [First Name] & " " & [Last Name] as FullName
From Employees
Union Select [Contact Name] from Customers
Order By FullName;
Additional query words: all gpf
Keywords : kberrmsg kbusage QryUnion
Version : 2.0
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: April 6, 1999