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
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