We are consolidating multiple reports from outside vendors to evaluate our positions against industry standards. I'm having trouble matching position titles across the various reports to summarize the data.
Example:
Report A names a position "Business Development Rep"
Report B refers to the same position as "Business Development Representative"
Report C refers to it as "Business Development Specialist"
All 3 reports are in separate tables. Query should match records whose say the first “X” letters are the same. I’ve tried various criteria parameters, wildcards etc, but being in separate tables is where I’m having the difficulty.
[Report A]![Position] Like [Report B]![«Expr» Left («stringexpr», «n») «Expr» [Position]]
Suggestions?
Example:
Report A names a position "Business Development Rep"
Report B refers to the same position as "Business Development Representative"
Report C refers to it as "Business Development Specialist"
All 3 reports are in separate tables. Query should match records whose say the first “X” letters are the same. I’ve tried various criteria parameters, wildcards etc, but being in separate tables is where I’m having the difficulty.
[Report A]![Position] Like [Report B]![«Expr» Left («stringexpr», «n») «Expr» [Position]]
Suggestions?