View Full Version : which query to use???


joltremari
04-02-2002, 12:45 PM
I am currently using an Append query then running a find duplicates query so I can remove any duplicates that were created by the Append query.

What I would like to do is have a query that will not overwrite anything that is existing or have a query that will merge existing data and any new data together.

Can anyone help me with this....

Thanks,
JO

Rich
04-02-2002, 12:51 PM
Look for duplicates first, then append, just change the look for duplicates query into an append using the same criteria.
HTH

Pat Hartman
04-02-2002, 06:12 PM
Why not define a unique index so the duplicates won't be appended.