B
Bob
Hi I am using the following:
If Len(Me.Comments4) > 0 Then
DoCmd.RunCommand acCmdSpelling
Else
Exit Sub
End If
The problem I have I only want it to check the spelling in my field
Comments4 at the moment it spell checks the whole form. How do I change the
code to keep it in the Comment4 field?
Thanks Bob
If Len(Me.Comments4) > 0 Then
DoCmd.RunCommand acCmdSpelling
Else
Exit Sub
End If
The problem I have I only want it to check the spelling in my field
Comments4 at the moment it spell checks the whole form. How do I change the
code to keep it in the Comment4 field?
Thanks Bob