Spell Check Problem

message from =?Utf-8?B?RGFycmVuIEFiZWxz?= on 25 May 2004
Hello

I am developing a MS Access database that allows users to track issues. I have a form where the user can add notes to the issue. On this form there is a SPELL CHECK button that runs this code: DoCmd.RunCommand acCmdSpelling. On this form there is also a SAVE button and a CANCEL button. The problem is, if the user types a note into the memo field and then hits the SPELL CHECK button and then hits cancel, the record (or note in my case) is added. After looking at this, I have found that the spell check logic is doing an auto save. Is there a way to just run the spell check without having it insert my record to the table?

Thanks for the help.
Darren
 

Archived message: Spell Check Problem (MS Access)