Append querr that only append new record

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

how can I use my append query to append only the new record ( Which haven't
append before) to the append table.

Thanks

DLAM
 
One approach is to set a unique index on the underlying table. That way,
when the append query runs, it won't be able to append a record if the
fields in the index you added match an existing record.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top