What is the code to select the tools menu and then spell check?
D David Lloyd Jun 2, 2005 #2 Dan: I believe the following should work: DoCmd.RunCommand acCmdSpelling -- David Lloyd MCSD .NET http://LemingtonConsulting.com This response is supplied "as is" without any representations or warranties. What is the code to select the tools menu and then spell check?
Dan: I believe the following should work: DoCmd.RunCommand acCmdSpelling -- David Lloyd MCSD .NET http://LemingtonConsulting.com This response is supplied "as is" without any representations or warranties. What is the code to select the tools menu and then spell check?
D Dan Jun 2, 2005 #3 That works but it wants to spell check every record. I know if you hightlight some text and either press F7 or select tools menu then spelling than it will just spell check the selected text. How do I do that.
That works but it wants to spell check every record. I know if you hightlight some text and either press F7 or select tools menu then spelling than it will just spell check the selected text. How do I do that.