Validation Rules Error

J

Jeff25550

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

Allen Browne

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.
 
Top