Is there a way to add spell check to a form. The form currently maximizes so the spell check function on the menu bar doesn't show. Can the ABC icon somehow be added to the maximized form? Thanks!
Don't know if this is the solution you want, but pressing the F7 key launches the spell checker and checks whatever control you have active. Could be an easyfix if all you want to do is check a single memo or text field.
DoCmd.RunCommand acCmdSpelling works great! Is there a little more code that will close the spell checker after you click change to a mispelled word? The form prompts to Save Changes and when I say Yes, it moves on to the next record. Thanks!!!
Is there any way to have and alert dialog box appear at the opening of the locked for to notify the users to press F7 for spell check? I don't want to add a button to a form that will be printed and I don't want the computer directions of pressing F7 to appear on the printed form either.
You can set the property of the button to only be visible on the form and not when printed. This means that you can have your cake and eat it!!! A spell check button on the form that is not printed.
I haven't failed, I have just found 10,000 ways that it won't work!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.