I'm looking for some help with an append query. I am trying to append unmatched records to a table and I keep getting the key violation message. I am not appending to a PK, there are no blank fields in the data I'm trying to append, I have removed any relationships between tables and it still won't work. The most confusing part is if I keep running the query over and over (saying no each time to the message so no appends actually happen), I sometimes get a different count on the number of records with a key violation and if I'm persistent enough, sometimes it will finally run without the error.
This is a large, partially (I've added to it) inherited database, so I'm hoping to not have to make wholesale changes to tables to get this to work. Any ideas?