hi,
I was wondering if anyone could help me.
I have a form with a subform on it. On the main form, there is an exit button, which when pressed I want the changes made to fields in the subform to be undone.
How can I do this?
eg. Private Sub Click cmdExit()
subform.undo
End Sub
Thanks for any correspondence.
- Paul
I was wondering if anyone could help me.
I have a form with a subform on it. On the main form, there is an exit button, which when pressed I want the changes made to fields in the subform to be undone.
How can I do this?
eg. Private Sub Click cmdExit()
subform.undo
End Sub
Thanks for any correspondence.
- Paul