Automatically spell check a form

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!
 
G

Guest

Disregard. I closed the database and opened it again. It appears to be
functioning appropriately now, checking only the current record! Uggghhh.
 

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


Top