K
kevcar40
Hi
i have the following code to check the spelling ot text entered into a
text box
it works fine
however a message box appears saying Spelling check complete if there
is no spelling error
If Len(Me!Reason & "") > 0 Then
DoCmd.RunCommand acCmdSpelling
Else
Exit Sub
End If
Is it possible to stop this message appearing if there is no spelling
mistake
thanks
kevin
i have the following code to check the spelling ot text entered into a
text box
it works fine
however a message box appears saying Spelling check complete if there
is no spelling error
If Len(Me!Reason & "") > 0 Then
DoCmd.RunCommand acCmdSpelling
Else
Exit Sub
End If
Is it possible to stop this message appearing if there is no spelling
mistake
thanks
kevin