M
MARK GARNER
I am trying to make a unmatched query over two tables with criteria in both
tables (this is where the problem lies).
Table A
PartNum (Tied to Sku, B)
Title
Fcwave = "98" (this is the criteria and it doesn't match the other table)
Table B
Sku Wave = "1048"
It work's until I try and add any criteria to it.
I was able to create two queries with each one based on the criteria, then
build a third query over the two tables. How do you build Sql within Sql?
tables (this is where the problem lies).
Table A
PartNum (Tied to Sku, B)
Title
Fcwave = "98" (this is the criteria and it doesn't match the other table)
Table B
Sku Wave = "1048"
It work's until I try and add any criteria to it.
I was able to create two queries with each one based on the criteria, then
build a third query over the two tables. How do you build Sql within Sql?