Order of validation for controls and fields
Validation rules for controls and fields are evaluated in the following order:
- Macro or event procedure validation (for example, a macro or an event procedure that responds to the BeforeUpdate event of the control or the form containing the control)
- The control's ValidationRule property
- The underlying table's validation rules for the field (as set in the field's ValidationRule, Required, and AllowZeroLength properties)
- The underlying table's ValidationRule property (this property performs validation on records)