"validation rules violation"

J

Jeff25550

Why do I get an "validation rules violation" error when I have no rules set
when trying to run an append query?
 
J

John Spencer (MVP)

Do you have unique indexes on any fields? These are treated as validation
rules, so if your append query violates the index rule by trying to add a record
that already has a value in the table you will get this error.
 
Top