Xenix Registered User. Local time Today, 02:05 Joined Oct 8, 2001 Messages 124 Dec 12, 2001 #1 Any one know how to setup a button to call the spell checker? and fix it to just check one memo field? Thank you Mike
Any one know how to setup a button to call the spell checker? and fix it to just check one memo field? Thank you Mike
R Rich Guest Dec 12, 2001 #2 I usually add an event to the double click for the relevant field using a function from the following DoCmd.RunCommand acCmdSpelling. If you want to use it on a command button set focus to the field first.
I usually add an event to the double click for the relevant field using a function from the following DoCmd.RunCommand acCmdSpelling. If you want to use it on a command button set focus to the field first.