I need a query to do the following:
I have a table I get from my headquarters that has cumulative data in it. I copy the data to another table that I maintain locally with extra fields and records that hold locally significant data. I need a query that will bring over new records from the headquarters table that don't already exist in the local table, and leave the existing records in the local table untouched. The field used to Identify a record is 'Sequence_ID', Locally generated records in the local table will not have one, so this cannot be a key field in the destination table.
Can someone help me with this?
I have a table I get from my headquarters that has cumulative data in it. I copy the data to another table that I maintain locally with extra fields and records that hold locally significant data. I need a query that will bring over new records from the headquarters table that don't already exist in the local table, and leave the existing records in the local table untouched. The field used to Identify a record is 'Sequence_ID', Locally generated records in the local table will not have one, so this cannot be a key field in the destination table.
Can someone help me with this?