Undo changes made to the current record
Private Sub cmdUndo_Click() 'Undo changes DoCmd.RunCommand acCmdUndo End Sub