spell check

P

Pass-the-Reality

On my comments field I have added VB code to the After Update. The code is
DoCmd.RunCommand acCmdSpelling. The issue I have is the Spell Check does
not just apply to the form I have up. Once it spell checks the record I have
open, it then goes to the next record and tries to spell check it and so
on..... What do I need to add to my VB code so that it only spell checks the
loaded form.


Private Sub Answer_AfterUpdate()
DoCmd.RunCommand acCmdSpelling
End Sub
 

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


Top