M Mr. Applications Jan 5, 2004 #1 Is there a way to control the order of the form fields validation? I'm using the validation tab in the control's properties
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] Jan 5, 2004 #2 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.
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.