Automatically spell check a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form with subform. After filling out the form, the user selects a
category from a combo box, the last function required by the user. I want a
spell check to automatically run on the just-filled-out form. I have an
AfterUpdate Event Procedure of:
DoCmd.GoToControl "DiscussionPoint" 'Goes to data field
DoCmd.RunCommand acCmdSpelling 'checks spelling

It works but ends up checking every record! Is there a way to restrict this
only to the current record? Thanks!
 
Disregard. I closed the database and opened it again. It appears to be
functioning appropriately now, checking only the current record! Uggghhh.
 
Back
Top