I was wondering if there was an easy way to take two files or two data sources and find a match based on the possible match of three different fields.
I. E. I have source one that has three fields. PIN, Address# and TIN. One, two or all three might have data in the fields. There can be any combination of the three.
I have source/file 2 that has PIN, Address# and TIN. I want to try to the match the two files on any combination of the fields. I would want to start the match on all three fields and then any two fields and then any one field.
I know how to do the matching but I would have to do the matching multiple times in my way. I was hoping there maybe a better way?
Thanks,