I have an append query that is going to append data constantly. And the records it will append will be a mix of new and existing information. What I want is for it to append only data that is different from the records in the table it will be appending to. Like if fields 1-5 are the same but 6-8 are different, i want it to append only fields 6-8 to that record and not create a new record. How can I do this? Please help, thank you.