hi, here is what i'd like to do:
data from Table1 must be inserted into Table2.
the unique identifying field is called 'Genie'.
I'd like to insert all records from Table1 into Table2, except those whose Genie's already exist in Table2.
(in other words, records should NOT be overwritten in Table2). Thanks!
data from Table1 must be inserted into Table2.
the unique identifying field is called 'Genie'.
I'd like to insert all records from Table1 into Table2, except those whose Genie's already exist in Table2.
(in other words, records should NOT be overwritten in Table2). Thanks!