On a few occasions in the past, I’ve used “RunCommand acCmdSpelling” in the AfterUpdate event of a control to Spell Check the contents of the control.
What I didn’t realize is that once the Spell Checker runs, it saves the current current record! I guess those few times I’ve used it in the past either I didn’t have any BeforeUpdate code, or it just didn’t encounter any problems in the BeforeUpdate event. Anyway, now I have a situation in which there is code in the BeforeUpdate event, and I don’t want to save the record until later.
So, does anyone know how to spell check a control’s contents without forcing the record to be saved?