Xenix
12-12-2001, 12:47 AM
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
Thank you
Mike
|
View Full Version : Spelling Xenix 12-12-2001, 12:47 AM 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 Rich 12-12-2001, 03:08 AM 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. |