Pat is correct, to my knowledge, you must do this before the record is actually saved. But it is very simple. Using a cmdButton named cmdCancel, here is all it takes:
Private Sub cmdCancel_Click()
Me.Undo
End Sub
Now if the record has been saved, you will need different code to delete record.
Good Luck,
RDH
[This message has been edited by R. Hicks (edited 04-12-2000).]