Spell Checking a notes textbox

  • Thread starter Thread starter John Baker
  • Start date Start date
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)
 
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.
 
Back
Top