spell check

  • Thread starter Thread starter SC
  • Start date Start date
S

SC

hi there,

I'm trying to do a spell check on each text field before update. I read
somewhere i can do it via a the spelling function in word.application.
However i don't really want to create a word object within our access
application.

I noticed there's a spell check function (F7) in Access and that's exactly
what i want but to do it automatically. Can we call this function from a VB
module?

Thanks in advance.

shawn
 
Try this
SpellCheck a text box

RunCommand acCmdSpelling

Use the AfterUpdate event of the text box if you want it
automatically, or use a command button and SetFocus to the
control first.

Jim
 

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

Spell Check-Troubleshooting 5
Error occurred while checking spelling 1
spell checker gone wild! 1
Spell check 6
SPELL CHECK 1
Outlook2007/Word 2003 Spell check 8
Getting rid of US Spelling Check 2
Spell check 2

Back
Top