J
jclaibor
Hi
I need to compare two tables that have some overlapping data (from
different sources). Example
Tbl 1 Tbl 2
Date, Color, Count Date, Color, Count, Shade
I'm comparing the color feilds and calculating the difference in Date and
Count returned by the two different sources. The problem is some records in
Tbl 1 won't be in Tbl 2 and vice versa while some records will be in both.
How do I write a query to get a single data set that lists the compared
results without picking up duplicates or omitting data not in both tables.
I've tried Unions but must be missing something. Thanks for any help.
I need to compare two tables that have some overlapping data (from
different sources). Example
Tbl 1 Tbl 2
Date, Color, Count Date, Color, Count, Shade
I'm comparing the color feilds and calculating the difference in Date and
Count returned by the two different sources. The problem is some records in
Tbl 1 won't be in Tbl 2 and vice versa while some records will be in both.
How do I write a query to get a single data set that lists the compared
results without picking up duplicates or omitting data not in both tables.
I've tried Unions but must be missing something. Thanks for any help.