Spelling

  • Thread starter Thread starter Shawn
  • Start date Start date
S

Shawn

I would like to set a form up so after exiting a text box
it will spell check that text box. How do I limit it to
only check one text box at a time? Module? Code?
THX
 
Try
SpellCheck a text box

RunCommand acCmdSpelling

Use the AfterUpdate event of the text box if you want it
automatically, or use a command button and SetFocus to the
control first.

Good Luck

Jim
 

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

Similar Threads

spell checker 10
Spell check - round two 2
Spell check on access with out message box 3
Spell Check 3
Check email address spelling 13
spell check 1
Access spell check dialog box 0
Spell Check 1

Back
Top