Spell Checking a notes textbox

J

John Baker

Is it possible to automate a spell check on text contained in a textbox on a
form?


Any help greatly appreciated.

John Baker
(e-mail address removed)
 
A

Allen Browne

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.
 

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