Hi all,
I have problem in my form. I have kept two command button 1 is for delete record it's works fine & another one is Undo record but it's not working.
For Delete Record:
Private Sub Command_Click()
DoCmd.RunCommand acCmdDeleteRecord
End Sub
It's working........................
For Undo:
Private Sub Command2_Click()
Me.Undo
End Sub
Undo is not working please help me
Thanks in advance