Spelling

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
 
J

Jim/Chris

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

Top