I have a table with approx. 1.8 million records. I recieve data updates on it quarterly. I can create this update as a new table, but i need to insert any data from the new table that is different from the old.
I need to insert data if it meets the following criteria are met:
1. data in field name 1 does not exist in old data
as a seperate issue I also need to create a table/query which will tell me where the data in field name 1 is the same in both tables, but the data in field name 2 is different, without updating any data.
cheers
bony
I need to insert data if it meets the following criteria are met:
1. data in field name 1 does not exist in old data
as a seperate issue I also need to create a table/query which will tell me where the data in field name 1 is the same in both tables, but the data in field name 2 is different, without updating any data.
cheers
bony