Mega Code Archive

 
Categories / VisualBasic Script / Application
 

Undo changes made to the current record

Private Sub cmdUndo_Click()     'Undo changes     DoCmd.RunCommand acCmdUndo End Sub