Spelling Check causes current record to save?

M

mscertified

My form has code that prevents the saving of a record until a certain control
is filled in.
When a user runs a spell check on another control, my error message is
displayed indicating it is trying to save the record. Is this the case and if
so why? Is there any way my code can detect the user is trying to run a spell
check or is there another way around this problem?
Thanks.
 
M

missinglinq via AccessMonster.com

I ran a quick test on this and your senario runs true. My guess is that the
spellcheck cannot be run until the record is saved. After all, until it's
saved it doesn't really exist!
 
Top