B
bladelock
Good Day,
I have this code in my text box that accepts text (memo):
If Len(Me!CASEFACTS & "") > 0 Then
DoCmd.RunCommand acCmdSpelling
Else
Exit Sub
End If
The only problem I'm having with spell check is that it checks the whole
form. I just want to spell check only the textbox that the code is in. Is
this possible?
I have this code in my text box that accepts text (memo):
If Len(Me!CASEFACTS & "") > 0 Then
DoCmd.RunCommand acCmdSpelling
Else
Exit Sub
End If
The only problem I'm having with spell check is that it checks the whole
form. I just want to spell check only the textbox that the code is in. Is
this possible?