Auto Spell Check a field

  • Thread starter Thread starter Ivan Grozney
  • Start date Start date
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
 
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
 
Back
Top