field validation

  • Thread starter Mr. Applications
  • Start date
M

Mr. Applications

Is there a way to control the order of the form fields validation? I'm using
the validation tab in the control's properties
 
S

Sue Mosher [MVP]

If you need to control the order, the best solution is to use code in the
Item_Write or Item_Send event handler, rather than relying on field-level
validation.
 
Top