Say I have table A with fields 1, 2, 3, 4, and 5 and then a table B also with fields 1, 2, 3, 4, and 5. I want to merge table A into table B.
I want to take entries 3, 4, and 5 from table B and match them up in table A where both entries 1 and 2 are the same.
For example, if table A and table...