Thursday, May 15, 2008

Why should you use the Validate event to validate data rather than using the LostFocus event?

It is possible to use the LostFocus event procedure to validate the data in a
field, however this validation technique can result in an infinite loop where one
or more controls are using the SetFocus method in the LostFocus event. The
Validate event eliminates the problem and makes it easier to manage field-level
validation.

Your Title