UNION vs. UNION ALL query

Baldrick

Registered User.
Local time
Today, 17:17
Joined
Jul 2, 2001
Messages
35
I am writing reports from a SQL Server DB with Access.

Access will let me do a UNION ALL query, but a UNION query (which would eliminate dupes)does not work. I get an error message about Can't do union on Memo or OLE Object field...

Why would it work on one and not the other?
 
Thanks for the feedback Pat. I'll try your suggestion.
 
Pat,

Thanks for your advice. I used the Left() function in the existing data field in my query "CLT_IMPCT: Left([CLT_IMPCT_TXT],255)" and it worked beautifully.
 

Users who are viewing this thread

Back
Top Bottom