A
amy
I have 2 tables - "Table1" and "Table2".
Table1 and Table 2 have different fields.
Table 1 is a record of personal details with a primary key
field "LanID". There are no duplicates.
Table 2 will contain different fields than table1 but will
contain the common field "LanID". In table2 LanId can be
duplicated.
I want to match the LanId in Table2 to the LanId in
Table1. Then I want to paste into a new table all data
from Table2 with 3 new fields that will be filled in from
Table1 based on the match of LanID.
Eg. If the LanId field in Table2 matches one in Table1
then I want the details from 3 other fields in that record
in Table1 to paste with the details from the record in
Table2 into a brand new table as one new record.
Table1 and Table 2 have different fields.
Table 1 is a record of personal details with a primary key
field "LanID". There are no duplicates.
Table 2 will contain different fields than table1 but will
contain the common field "LanID". In table2 LanId can be
duplicated.
I want to match the LanId in Table2 to the LanId in
Table1. Then I want to paste into a new table all data
from Table2 with 3 new fields that will be filled in from
Table1 based on the match of LanID.
Eg. If the LanId field in Table2 matches one in Table1
then I want the details from 3 other fields in that record
in Table1 to paste with the details from the record in
Table2 into a brand new table as one new record.