A
Avid Fan
I have a program that I have compiled.
It has the following.
Private Sub cmdSpellCheck_Click()
Me.Call_Notes.SetFocus
RunCommand acCmdSpelling
End Sub
Is this going to work on a runtime or will I need a full version of
Access to use it?
It has the following.
Private Sub cmdSpellCheck_Click()
Me.Call_Notes.SetFocus
RunCommand acCmdSpelling
End Sub
Is this going to work on a runtime or will I need a full version of
Access to use it?