Re: Validation
- From: Stefan Hoffmann <stefan.hoffmann@xxxxxxxxxx>
- Date: Thu, 09 Nov 2006 10:22:49 +0100
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 <--
.
- Prev by Date: Re: Code does not do what it should
- Next by Date: Re: limit number of records with a linked table
- Previous by thread: Re: Code does not do what it should
- Next by thread: Re: Validation
- Index(es):