E
Eric G
I wonder if someone can help me out with a simple problem.
I have two tables, let's call them Table-A and Table-B.
They both have the same field names/structure:
Field1, Field2, Field3, Field4, Field,5, Field6
I'd like to append to Table-A all records in Table-B such that
Table-A.Field1 does not equal Table-B.Field1
AND Table-A.Field2 does not equal Table-B.Field2.
That is, both conditions must be met before a record can be appended.
TIA Eric
I have two tables, let's call them Table-A and Table-B.
They both have the same field names/structure:
Field1, Field2, Field3, Field4, Field,5, Field6
I'd like to append to Table-A all records in Table-B such that
Table-A.Field1 does not equal Table-B.Field1
AND Table-A.Field2 does not equal Table-B.Field2.
That is, both conditions must be met before a record can be appended.
TIA Eric