How do I automatically spell check forms?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to set the user up to have spell check automatically address any
errors while they are in a form. How do I do that?
 
In the BeforeUpdate event for the form use: DoCmd.RunCommand acCmdSpelling
 
Ok, this is good - but it won't save changes. What else should I do?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top