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?
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?