I have a single form with several subforms.
There's no Parent/Child links between them.
I need to click on one of the records of the subforms while the main form is dirty.
If I click on the records I need, the main form's record get saved.
If I add a Cancel=True in before update of the main form to prevent save, the sub form gets locked and I can not click on a record.
What am I doing wrong here?
Is there any way to select a record in a subform while the main form is still dirty?
If I'm not clear in explaining the situation, in the attached file, type anything in the textbox,
and try to select a record in the subform while the form is dirty.
Any kind of advice is much appreciated.
There's no Parent/Child links between them.
I need to click on one of the records of the subforms while the main form is dirty.
If I click on the records I need, the main form's record get saved.
If I add a Cancel=True in before update of the main form to prevent save, the sub form gets locked and I can not click on a record.
What am I doing wrong here?
Is there any way to select a record in a subform while the main form is still dirty?
If I'm not clear in explaining the situation, in the attached file, type anything in the textbox,
and try to select a record in the subform while the form is dirty.
Any kind of advice is much appreciated.
Attachments
Last edited: