Constant validation rule error messages...why?

  • Thread starter Thread starter hawk
  • Start date Start date
H

hawk

I am trying to run some basic append queries and continually receive
validation errors, particularly if when I'm appending based on info in
combo boxes on a form, the combo boxes are blank. At no point have I
entered ANY validation rules whatsoever into this database, so I am
lost as to why these keep appearing. Does anyone have any tips for
troubleshooting this? Is there any way to just get rid of validation
all together and have the fields accept any value?

Thanks in advance
 
Also check the 'Allow Zero length' and 'required' properties for the fields.
Their settings will also throw up a validation rule error.
 
Back
Top