M
Mark
Hi All,
I have a form with Customer Data and a subform with Customer Contact
History.
The Customer Contact History subform has a 'Next contact' date field.
I'd like to add code to validate that the subform 'Next contact' date hasn't
passed using the parent form's BeforeUpdate event, and to cancel the event
if validation fails.
When a user makes changes to the parent form data, the BeforeUpdate event
does the validation and correctly alerts the user, but will not let them
click in the subform to correct the 'Next contact' date until they undo the
changes they made to the parent form data.
Is there any way to get around this?
Thanks
Mark
I have a form with Customer Data and a subform with Customer Contact
History.
The Customer Contact History subform has a 'Next contact' date field.
I'd like to add code to validate that the subform 'Next contact' date hasn't
passed using the parent form's BeforeUpdate event, and to cancel the event
if validation fails.
When a user makes changes to the parent form data, the BeforeUpdate event
does the validation and correctly alerts the user, but will not let them
click in the subform to correct the 'Next contact' date until they undo the
changes they made to the parent form data.
Is there any way to get around this?
Thanks
Mark