Validation Rules Error

  • 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?
 
You can still get this error if the field properties prevent the import.

For example, if you have the Required property set to Yes for a field, and
the entry contains no value for this field. Or if you have the
AllowZeroLength property set to No (as you should), but the import tries to
insert a zero-length string.
 
Back
Top