J
John Baker
Hi all
I have a button on a form to do a spell check. I use code :
DoCmd.RunCommand acCmdSpelling
I would like to restrict the spell check to just check the current record
only. Is this possible.
At the moment it checks the current record but then goes off and checks all
other records also.
Also I would like the button to be able to spell check the fields in the
subforms on the main form.
How would I do this?
John Baker
I have a button on a form to do a spell check. I use code :
DoCmd.RunCommand acCmdSpelling
I would like to restrict the spell check to just check the current record
only. Is this possible.
At the moment it checks the current record but then goes off and checks all
other records also.
Also I would like the button to be able to spell check the fields in the
subforms on the main form.
How would I do this?
John Baker