Hi,
Can anyone give me a kick start on adding one table's data to another, without adding duplicates?
Table T1 (e.g. ID, SocialSecurityNumber) (SocialSecurityNumber is unique)
Table T2 (e.g. ID, SocialSecurityNumber)
Add records from table T2 to T1, but do not add records from T2 that already exist in T1.
Thanks in advance.
Matt