Spell Checking subforms from main form

  • Thread starter Thread starter Johnb
  • Start date Start date
J

Johnb

Guest
Is there a way to run the spell checker included with Access 97 on the text fields of subforms as well as the main form.By default when you run the following code: DoCmd.RunCommand (acCmdSpelling)
it only checks the form in which you are on. I.E. the main form for instance. If you have subforms on the main form their text fields are not checked. How can I code a button on the main form to check the spelling of a subform as well as the main form?????
 
Spell check

The spell check routine could be made to run on the subform when closed. The routine could then be trapped that if it found errors, it wouldnt close.


Hope that helps. :cool:
 

Users who are viewing this thread

Back
Top Bottom