Guest_imported
New member
- Jan 1, 1970
- 0
I have a form, frm_Main. Whenever I update the field and do not touch the sub form data, I test .Dirty and prompt to save changes. If user clicks "No" to saving changes, then I run Save and Undo. That works the way I want it to.
However, If I update the Main form, then proceed into the subform, and then Exit. The record is saved with no prompt to save changes.
How can I get the prompt On_Exit_Click, if I have moved into the subform?
However, If I update the Main form, then proceed into the subform, and then Exit. The record is saved with no prompt to save changes.
How can I get the prompt On_Exit_Click, if I have moved into the subform?