Spell Checking a notes textbox

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.
 
Top