S
scott04
Hi All,
I have a form that has a spell check button with the following code:
Private Sub Spell_Check_Click()
DoCmd.RunCommand acCmdSpelling
End Sub
The problem with the button is it checks all records in my queue with most
of the time the queue will have more than one record but not more than 3 or
4. Is these a way to only spell check the current record upon click? The
only fields that would need spell checking are named Audit_nme, AuditDesc,
and Notes3. Any ideas on how i can make the button Spell_Check work as i am
describing? Thanks.
I have a form that has a spell check button with the following code:
Private Sub Spell_Check_Click()
DoCmd.RunCommand acCmdSpelling
End Sub
The problem with the button is it checks all records in my queue with most
of the time the queue will have more than one record but not more than 3 or
4. Is these a way to only spell check the current record upon click? The
only fields that would need spell checking are named Audit_nme, AuditDesc,
and Notes3. Any ideas on how i can make the button Spell_Check work as i am
describing? Thanks.