Spell Checker Issue - Please help!

  • Thread starter Nkryption via AccessMonster.com
  • Start date
N

Nkryption via AccessMonster.com

Okay,

I'm trying to impelement a spell check(using access 2007) to spell check all
the fields on my form. I've gotten this to successfully work on my private
laptop at home running 2003, but I'm working in 2007 on my PC at work.

Heres my simple code:

Private Sub SpellCheck_Click()

DoCmd.RunCommand acCmdSpelling

End Sub

All I have is a button on the form, and in the click event I typed the above
code. Whenever I click the button, nothing happens - not in debug mode and
not after I've built a package.

This worked for me just fine on 2003 at home, but I get nothing while here at
work. No actions, no errors, nothing happens.

Please help or provide some insight!!

Thanks
 
D

Dennis

Access 2007 has a default mode where the actions (events) are disabled. You
need to enable the actions (button clicks etc), or tell Access that the
directory (folder) where you've placed the database is "safe", wich will
allow the actions to function.

Dennis
 

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

Top