Scenario:
I have validation in BeforeUpdate which cancels the save.
If I enter invalid data on a form, and try to save the record with DoCmd.RunCommand acCmdSaveRecord, my error trap fires and I pop up a message.
In testing, I'm finding that when I try to close the form with the 'X', I get my...