What I want to do is Merge two tables based on an Id Number. All my families are assigned a number. I have two seperate tables and I know that some people exist in the table 2 that do not in table 1. The main problem is that table 2 does not have the same fields as table 1.
Table 1 has id number, last name, first name, middle name, street addr, city, state, zip
Table 2 has id number, full name, full address
Can anyone think of a simple way of merging these two tables together? Or maybe even a complex way of doing it.
Thanks
Table 1 has id number, last name, first name, middle name, street addr, city, state, zip
Table 2 has id number, full name, full address
Can anyone think of a simple way of merging these two tables together? Or maybe even a complex way of doing it.
Thanks