Surjer
Registered User.
- Local time
- Today, 05:28
- Joined
- Sep 17, 2001
- Messages
- 232
I have a form which has two fields.
Station ' String
To_Reach ' Note
After the user enters text into the field To_Reach how can I use a command button to run Spell Checker>Option Compare Database
Option Explicit
Private Sub Command4_Click()
To_Reach.SetFocus
'What Do I use
End Sub
Station ' String
To_Reach ' Note
After the user enters text into the field To_Reach how can I use a command button to run Spell Checker>Option Compare Database
Option Explicit
Private Sub Command4_Click()
To_Reach.SetFocus
'What Do I use
End Sub