"validation rules violation"

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

Guest

Why do I get an "validation rules violation" error when I have no rules set
when trying to run an append query?
 
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.
 
Back
Top