I am trying to find an efficient way to update record in an Access table from a Tempory table created in Access.
I wrote a sql statement in VB to append data to the permanent table in access from the temporary table created.
I want to establish a query to compare both the temporary table for duplicates based on claim number and only allow updates and new records to be store in the permanent table from the temporary table? Any way of doing this using SQL? or if not, is there another way? I have used the Select Distinct but it dumps the data I do not want, instead of the one that I want.
I wrote a sql statement in VB to append data to the permanent table in access from the temporary table created.
I want to establish a query to compare both the temporary table for duplicates based on claim number and only allow updates and new records to be store in the permanent table from the temporary table? Any way of doing this using SQL? or if not, is there another way? I have used the Select Distinct but it dumps the data I do not want, instead of the one that I want.