Hi,
I have a parent form with a subform included on it. I want to have an undo button on the parent form which will undo all the changes to both the parent and subforms. I have got it working fine for the parent form but not for the subform.
Firstly, does anyone have any suggestions how this can be achieved for the subform?
And secondly, can I simply include a button on the subform which is an undo button, and just call the "OnClick" event procedure from the parent form when another button is pressed?
Regards,
- Paul
I have a parent form with a subform included on it. I want to have an undo button on the parent form which will undo all the changes to both the parent and subforms. I have got it working fine for the parent form but not for the subform.
Firstly, does anyone have any suggestions how this can be achieved for the subform?
And secondly, can I simply include a button on the subform which is an undo button, and just call the "OnClick" event procedure from the parent form when another button is pressed?
Regards,
- Paul