S
Samantha
Hi
I'm trying to cancel all/any changes or additions made on the form when the
form is closed (ie, the user close on the form without clicking on the
'Cancel' button on the form), by clicking on the top right 'X' of the form.
This form is basicaly a data entry form.
I added the following codes to the OnClose and OnUnload events but it does
not work:
if me.dirty then me.undo
Is there any way to 'undo' any changes prior to the form's complete close?
I'm trying to cancel all/any changes or additions made on the form when the
form is closed (ie, the user close on the form without clicking on the
'Cancel' button on the form), by clicking on the top right 'X' of the form.
This form is basicaly a data entry form.
I added the following codes to the OnClose and OnUnload events but it does
not work:
if me.dirty then me.undo
Is there any way to 'undo' any changes prior to the form's complete close?