I have two tables of data with a county FIPS identifier. For anyone that does not know, it is comprised of a 2-digit state FIPS code and a 3-digit county FIPs code to create a unique identifier for each county. I have records where I have one per county or in some cases two per county in one table. The other table may have records with the same situation. I want to join the two tables together based on the county and use multiple columns to store one or more cases for each county. Is this doable?