UNION QUERY

D

DS

I have a question about UNION's.
If you have a SQL Union Query and you want to UNION it with another SQL
Union Query how would you do this? Is there a Sub-UNION?

Query 1
"code"
UNION
"code"
End Query 1
UNION ?????
Query 2
"code"
UNION
"code"
End Query 2

Doesn't this become confusing for Access? Or am I over thinking this?
 
R

Rick Brandt

DS said:
I have a question about UNION's.
If you have a SQL Union Query and you want to UNION it with another
SQL Union Query how would you do this? Is there a Sub-UNION?

Query 1
"code"
UNION
"code"
End Query 1
UNION ?????
Query 2
"code"
UNION
"code"
End Query 2

Doesn't this become confusing for Access? Or am I over thinking this?

No and yes.
 

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

Top