Spell Check

  • Thread starter Thread starter Ashby
  • Start date Start date
A

Ashby

Try this code on the exit event of the field

DoCmd.RunCommand acCmdSpelling

I would not recommend any code to check spelling as the
user is typing. This is not MS Word and doing that could
get messy.
 
This works if you want to spell check the whole database,
is there a way to stop it after checking the field in
just one record?
 

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

Similar Threads


Back
Top