Need help finishing this code please. Access 2k7.
Existing record - Deletes (working)
New record, dirty - Undo (working)
New record, no data - Undo (working)
No records - goes to "Existing record"
Private Sub Button_Delete_Click()
Dim Msg, Style, Title, Response, MyString
Dim Cancel As...