G
Guest
I have added a button on my form to do a spell check, with this code behind it:
DoCmd.RunCommand acCmdSpelling
The problem is this will only spell check the text boxes in the parent form.
I need the code behind the built-in toolbar 'abc' icon, which will spell
check the text box controls in a subform having the focus.
DoCmd.RunCommand acCmdSpelling
The problem is this will only spell check the text boxes in the parent form.
I need the code behind the built-in toolbar 'abc' icon, which will spell
check the text box controls in a subform having the focus.