J
Jess
I have a form with multiple subforms (subformA, subformB, subformC). All
these subforms display data related to the main form, which has the “master
recordâ€.
If would like my users to have the option to roll back the changes after
updating information in any subform or the main form. The only approach
coming to my mind is to implement a warning message in the form_beforeupdate
event subroutine of every subform and the main form.
The downside to this approach is that my users will see a warning message
every time a subform or the main form has been updated. This is unacceptable
since I have many subforms. I do not want my users to be asked the same
question all the time.
I would like this warning message to be shown just once whenever the user
shuts down the main form or browses away to another record in the main form.
Can anybody suggest me a good/better approach to accomplish this?
Thanks in advance
these subforms display data related to the main form, which has the “master
recordâ€.
If would like my users to have the option to roll back the changes after
updating information in any subform or the main form. The only approach
coming to my mind is to implement a warning message in the form_beforeupdate
event subroutine of every subform and the main form.
The downside to this approach is that my users will see a warning message
every time a subform or the main form has been updated. This is unacceptable
since I have many subforms. I do not want my users to be asked the same
question all the time.
I would like this warning message to be shown just once whenever the user
shuts down the main form or browses away to another record in the main form.
Can anybody suggest me a good/better approach to accomplish this?
Thanks in advance