Auto Spell Check a field

I

Ivan Grozney

I have some users that want to have some long text fileds
(or memo fields) spell checked when they move out of that
control.

Is there a way I can call spell checking in the after
update property or is there another way to do it (other
than hitting F7 after they type)?

TIA

Ivan Grozney
 
T

TC

You would want to use BeforeUpdate (not AfterUpdate). Then yo can say
Cancel=True if an error was deteced & you want the user to stay on the
field.

See if there is a RunCommand constant to spell-check the current field. (I
don't have Access here to check.)

HTH,
TC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top