I have 2 tables with different fields. The fields as an example are as follows.
Table 1
Name
Address
Phone
Table 2
Person
Location
Cell
I would like to merge the tables by mapping the fields.
How can this be accomplished. I know that if I wanted to export them. I could have an Export SQL expression to do this, but how can I maintain it in access?