G
Guest
hello,
how can i undo the changes in the subform?
i have the code like below, but it doesn't work
Private Sub undo_Click()
Me.undo
Form_MySubform.undo
End Sub
thanks in advance
how can i undo the changes in the subform?
i have the code like below, but it doesn't work
Private Sub undo_Click()
Me.undo
Form_MySubform.undo
End Sub
thanks in advance
