Wortz, Charles
CWortz at tea.state.tx.us
Tue May 27 07:20:28 CDT 2003
Marcel, What do you want to validate? If it is a datum on the parentform, why not validate it in its own BeforeUpdate event? If it is a relationship between several data on the parentform, why not validate it in the form's BeforeUpdate event? If it is data on a subform, then use the corresponding events of the subform. If none of the above cover your situation, please explain in more detail. Charles Wortz Software Development Division Texas Education Agency 1701 N. Congress Ave Austin, TX 78701-1494 512-463-9493 CWortz at tea.state.tx.us -----Original Message----- From: marcel.vreuls at achmea.nl [mailto:marcel.vreuls at achmea.nl] Sent: Tuesday 2003 May 27 03:11 To: accessd at databaseadvisors.com Subject: [AccessD] Simple Event question, I guess Dear group, I am looking for the following. I have a ParentForm and within that parentform I have two subforms. Now I want to do some validating when I user leaves the parentform and enters one of the subforms. Any idea, suggestion what event that is? or how I can solve that. Greetz Marcel