Hi,
I have a table with data I want to append to another table. The new table (table 2) contains updated records from the original table (table 1). I need to run a query which will use the table 2 to extract the corresponding data from the original table 1 so I can delete the records and append the new records (I dont want to duplicate records). I can query the records using certain fields, ie field1, field2 which will distinguish the records. I've tried a union but need more help.
thanks
I have a table with data I want to append to another table. The new table (table 2) contains updated records from the original table (table 1). I need to run a query which will use the table 2 to extract the corresponding data from the original table 1 so I can delete the records and append the new records (I dont want to duplicate records). I can query the records using certain fields, ie field1, field2 which will distinguish the records. I've tried a union but need more help.
thanks