I tried to search this but didn't find anything.
Issue: I have 10 fields that are filled with a code. I have a crosswalk that describes that code. I want to add a description for each coded field.
Is there an easy was to join a crosswalk to many fields without doing a separate join for each field?
Example: 10 fields each with an item code, e.g. TR1039 A crosswalk that describes the item, e.g. toy train. The same crosswalk can be used for all 10 fields.
Field 1 Field 1_Description Field 2........Field 10
TR1039 toy train
TY4829 small teddy bear
SG094 sunglasses black
I don't want to have to do 10 separate joins. There must be something easier to just append this crosswalk on all these coded fields, right?