Okay....newbie here - please be gentle......
I know it is something obvious.
One file has every county in the U.S. - with some info.
Other file has SOME counties in the U.S. - with other info.
I want to join these together - but need to do it based on County name AND state (considering there are counties with the same name in multiple states.)
I picked up that the fields all have to be the same (string) - and I believe I solved for that.
THEN - I learned that joining fields have to be the same case - and I think I did that too.
BUT.......I am only getting a handful of matches.
I should have around 1900 matches
Ultimately......I want to see unique columns from both inputs - for ALL counties - knowing some fields will be null.