Hello,
I need to do a price analysis:
I have 2 tables: The first table is a listing of tools purchased from a particular vendor that includes an old prices and new prices. (Approximately 3000 records).
The other table is a Tool Usage for the last 6 mths that has Qty and Invoice purchased from the same vendor. (About 500 records).
I want to pull the QTY from one table and plug it into the corresponding records in another table.
Both table has the same Partnumbers fields and Primary ID.
Unfortunately there are records that exist in one table and not in the other and vise virsa.
I think that explains why I am not getting a match.
If anyone has a suggestion on how I could accomplish this thank you in advance.
I need to do a price analysis:
I have 2 tables: The first table is a listing of tools purchased from a particular vendor that includes an old prices and new prices. (Approximately 3000 records).
The other table is a Tool Usage for the last 6 mths that has Qty and Invoice purchased from the same vendor. (About 500 records).
I want to pull the QTY from one table and plug it into the corresponding records in another table.
Both table has the same Partnumbers fields and Primary ID.
Unfortunately there are records that exist in one table and not in the other and vise virsa.
I think that explains why I am not getting a match.
If anyone has a suggestion on how I could accomplish this thank you in advance.