R
Rose
I might have a few posts today.
In this scenario, I need to match records between two different tables using
multiple fields. We're comparing the records in a new application that is
supposed to find the commission allocations that the old app was missing.
What makes a record unique in both tables is the combination of ordernum,
badgenum and badgenum2 (representing an order, who took the order, and a boss
or associate who is getting a cut of the commission). Each ordernum should
have 7 records because 7 people beyond the order taker get commission.
The Matched/Unmatched Records query is only good for one field to match, but
I need 3 to match before I've got a hit. How do I word this?
Thanks again!
In this scenario, I need to match records between two different tables using
multiple fields. We're comparing the records in a new application that is
supposed to find the commission allocations that the old app was missing.
What makes a record unique in both tables is the combination of ordernum,
badgenum and badgenum2 (representing an order, who took the order, and a boss
or associate who is getting a cut of the commission). Each ordernum should
have 7 records because 7 people beyond the order taker get commission.
The Matched/Unmatched Records query is only good for one field to match, but
I need 3 to match before I've got a hit. How do I word this?
Thanks again!