I have a problem with Spell check, if I select a Field and spell check from menu that field is checked. that's fine.
But, If I use
VB
Me.Modules.SetFocus â the field to spell check
DoCmd.RunCommand acCmdSpelling
I get the from that pint & the rest of the records get spell checked
Is there any way to restrict spell check to just one field in
VB