1. I am deleting a record via
2. A message is returned asking if I am sure I want to delete the record.
3. If I click "NO" I get another message: "DoCmd action canceled" with an "OK" button, waiting for a response.
MY QUESTION: IS THERE AN EVENT TRIGGERED BY THAT LAST MESSAGE?
I NEED TO UNDO THINGS DUE TO THE OPERATOR CHANGING HIS MIND.
Code:
DoCmd.DoMenuItem acFormBar, acEditMenu, acDelete, , acMenuVer70
3. If I click "NO" I get another message: "DoCmd action canceled" with an "OK" button, waiting for a response.
MY QUESTION: IS THERE AN EVENT TRIGGERED BY THAT LAST MESSAGE?
I NEED TO UNDO THINGS DUE TO THE OPERATOR CHANGING HIS MIND.