spell check a form

D

Deb

I know that f7 spell checks in the forms when entering
data, but how do I set the form so it will only spell
check the current record, and not every record I have for
that form?
 
D

Dirk Goldgar

Deb said:
I know that f7 spell checks in the forms when entering
data, but how do I set the form so it will only spell
check the current record, and not every record I have for
that form?

IIRC, you have to first select the current record, then request the
spell check. If you're doing this manually, click on the record
selector to the left of the record to select the record, then press F7.
If you're doing it with VB code, then

RunCommand acCmdSelectRecord
RunCommand acCmdSpelling
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

How to Keep Spell Check On Current Record 3
Automatic Spell Check in a Form 2
Spell Check Help 1
Spell Check on 2007 forms 1
spell checker 1
spell checker gone wild! 1
sPELL cHECK IN ac 2007 1
spell check a form 1

Top