GUIDO22
Registered User.
- Local time
- Today, 13:24
- Joined
- Nov 2, 2003
- Messages
- 515
I have a form/ subform but if the user starts to enter data in a new record in the parent form and then closes the form, I need to identify the fact that data has been entered by the user and flag an appropriate message. However, if the user were to make chnages to the sub-form the parent Form_BeforeUpdate() event fires and I can set a 'record changed' flag. But at present the form just closes..... is there a simple easy way that I can identify that changes have been made prior to Form_Update() ??
NB. I have referential integrity configured between the two tables but even this does not flag an error?
Thanks.
Guido
NB. I have referential integrity configured between the two tables but even this does not flag an error?
Thanks.
Guido