Hello All,
Back again with a new problem I hope you can help me with:
I have a Form that has onload event LockBoundControls with a subform for notes.
I am trying to add spell check feature to the notes field in the subform, which is a memo field, but I keep getting the error message:
2046: command or action Spelling isnt available now
Here is the code I am trying in the OnExit event field:
If Len(Me.Notes & "") > 0 Then
DoCmd.RunCommand acCmdSpelling
Else
Exit Sub
End If
Any help would be greatly appreciated.
Form [Client] Subform [ClientNotes] linked by [ClientID]
Back again with a new problem I hope you can help me with:
I have a Form that has onload event LockBoundControls with a subform for notes.
I am trying to add spell check feature to the notes field in the subform, which is a memo field, but I keep getting the error message:
2046: command or action Spelling isnt available now
Here is the code I am trying in the OnExit event field:
If Len(Me.Notes & "") > 0 Then
DoCmd.RunCommand acCmdSpelling
Else
Exit Sub
End If
Any help would be greatly appreciated.
Form [Client] Subform [ClientNotes] linked by [ClientID]