Hi I have 2 tables, 1 for temp (records imported from excel) and 1 for permenant records appended from the temp table. I'd like to:
1. compare IDs from both tables and if I find a match then i compare 3 fields in these tables. If tmp tables field are different, then append record from tmp to perm table.
2 set the new record's Boolean value to true in perm table and set the old record that was matched against the new rec to False.
Hope I have made this clear
1. compare IDs from both tables and if I find a match then i compare 3 fields in these tables. If tmp tables field are different, then append record from tmp to perm table.
2 set the new record's Boolean value to true in perm table and set the old record that was matched against the new rec to False.
Hope I have made this clear