J
JWS315
I have a user that does not have any Office products loaded. I install Access
Runtime 2003 when my software is installed and use the following code snipet
to check spelling, however I am able to enter misspelled word and the code
does not catch it. I have tested on machine that has Word installed and it
works fine.
With Forms!roadmap!txtroledesc
.SetFocus
.SelStart = 0
.SelLength = Len(.Text)
End With
DoCmd.RunCommand acCmdSpelling
Has anyone run into this problem and has a possible work around?
Jerry
Runtime 2003 when my software is installed and use the following code snipet
to check spelling, however I am able to enter misspelled word and the code
does not catch it. I have tested on machine that has Word installed and it
works fine.
With Forms!roadmap!txtroledesc
.SetFocus
.SelStart = 0
.SelLength = Len(.Text)
End With
DoCmd.RunCommand acCmdSpelling
Has anyone run into this problem and has a possible work around?
Jerry