D
D Zandveld
Hi, i'm not quite a beginner, but having 'mental block' with where to start
constructing a query.
I have two tables of data: SAP data & Vendor data. Both have the same
fields, but with different data. The Vendor data contains records that may
have changed, and the idea is to compare the two tables. In actual terms,
there is a record for each combination of Vendor Number, Material Number &
Plant.
They contain data similar to the following:
Vendor Number Material Number Plant Price Terms
123456 987654 555 100 NN99
123456 987654 533 95 NN99
123456 666666 555 87 NN99
111111 987654 555 110 NN30
What I want to do is compare the Vendor Data with the SAP Data.
If the Material Number, Vendor Number and Plant combination are the same,
but the Price or Terms are different, put that record in a new table called
Compared.
Any answer appreciated, but specifics (click on this, go to here, click on
that) would REALLY get me going.
Thanks
constructing a query.
I have two tables of data: SAP data & Vendor data. Both have the same
fields, but with different data. The Vendor data contains records that may
have changed, and the idea is to compare the two tables. In actual terms,
there is a record for each combination of Vendor Number, Material Number &
Plant.
They contain data similar to the following:
Vendor Number Material Number Plant Price Terms
123456 987654 555 100 NN99
123456 987654 533 95 NN99
123456 666666 555 87 NN99
111111 987654 555 110 NN30
What I want to do is compare the Vendor Data with the SAP Data.
If the Material Number, Vendor Number and Plant combination are the same,
but the Price or Terms are different, put that record in a new table called
Compared.
Any answer appreciated, but specifics (click on this, go to here, click on
that) would REALLY get me going.
Thanks