Re: Validation



hi,

Newbie wrote:
The problem I'm facing is when the user wanting to quit and close the form, they will have to enter/select a value into a CboCommCode in order to click the Close button to exit out of the form.
Don't use the On Exit event of the combo box. Use the Before Update event of your form to validate _all_ your values. If the validation fails, set Cancel = 1.

mfG
--> stefan <--
.