I have a main form, on the footer of the form I place the famous "Undo" button. So, in case people want to reconsider and undo their typing, a user can press this button.
My question, is it possible that this undo button also does it's job on a subform that is positionned on the main form. Currently This does not seem to work. Whenever a user changes something on the subform and presses the "Undo button" nothing happens on the subform. Only the things that were changed on the main form are undone.
I 'm currently using the following code associated with the click event on the undo button:
Docmd.RunCommand acCmdUndo
Thanks for the help in advance !!
My question, is it possible that this undo button also does it's job on a subform that is positionned on the main form. Currently This does not seem to work. Whenever a user changes something on the subform and presses the "Undo button" nothing happens on the subform. Only the things that were changed on the main form are undone.
I 'm currently using the following code associated with the click event on the undo button:
Docmd.RunCommand acCmdUndo
Thanks for the help in advance !!