Show Unique Values on a Union Query?

  • Thread starter Thread starter Anne
  • Start date Start date
A

Anne

Is this possible? Without the query grid I don't get this
option. Can I write in in SQL?

Thanks in advance for your assistance.
 
By default, UNION queries return only unique records (that is, in a similar
way as SELECT DISTINCT or, equivalently, queries with the value of the
"Unique Values" property set to Yes).
 
Try writing the Union query as two queries and join them together with the
word UNION... (removing the first semicolon). This will allow you to setup
each query on the grid before joining them and losing that facility...

HTH.

Tom.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top