Table1
Part_name
Price
Table2
Part_name
Price
Table1 may have part numbers that are not in Table2
Table2 may not have part numbers that are in Table1
For the parts that are the same, I need to compare prices
I want to return a new table that shows
Parts in table 1 that are not in table 2
Parts in table 2 that are not in table 1
Prices that are not equal for matching part numbers
These tables have matching field names, part numbers, price etc.
Any help is appreciated, I am comparing over 1000 records
Part_name
Price
Table2
Part_name
Price
Table1 may have part numbers that are not in Table2
Table2 may not have part numbers that are in Table1
For the parts that are the same, I need to compare prices
I want to return a new table that shows
Parts in table 1 that are not in table 2
Parts in table 2 that are not in table 1
Prices that are not equal for matching part numbers
These tables have matching field names, part numbers, price etc.
Any help is appreciated, I am comparing over 1000 records
Comment