Hi Tony
If you want to validate it before focus passes to another control on your
form, use the control's BeforeUpdate event.
If you want to make minor tweaks to the entered data (for example, convert
it to uppercase, etc) use the control's AfterUpdate event.
If you want to validate all the entered data (maybe including values in
different fields which depend on one another) before the record is saved,
then use the form's BeforeUpdate event.
--
Good Luck!
Graham Mandeno [Access MVP]
Auckland, New Zealand
Return mail address is invalid in a vain attempt to reduce spam.
Feedback is welcome at: (e-mail address removed)
Please post new questions or followups to newsgroup.