Spell Check

K

Ken

How do I call Access 2000 spell check from a button controlled by a Visual
Basic script?
 
J

John Nurick

Hi Ken,

DoCmd.RunCommand acCmdSpelling will call the spell checker, but I don't
know what you mean by "a button controlled by a Visual Basic script".
 
K

Ken

Thanks, John

The command worked.

I click on a SAVE button on the form to save the form. I wanted to
automatically spell check it before saving it.

Now when I click on the "button", the VB script for the button goes to spell
check first then to a message asking if I want to save the form. Clicking
on YES saves the form and returns to the menu.

Thanks for the help.

Have a good day!

Ken
 
Top