tommeekers
Programmer
I have a form which I use to edit data. This form also contains a subform with some more data, linked to the main form. On the main form I have the buttons "Save" and "Cancel".
When I press "Save", my data is saved and the form is closed. When I press "Cancel", all changes are cancelled and the form is closed. This works for the main form because I use Me.Undo before closing, but the changes in the subform are always saved. Any way to cancel those changes also ??
When I press "Save", my data is saved and the form is closed. When I press "Cancel", all changes are cancelled and the form is closed. This works for the main form because I use Me.Undo before closing, but the changes in the subform are always saved. Any way to cancel those changes also ??