View Full Version : Spellchecker for memo/text fields


Mapes
03-12-2001, 05:10 AM
Does anyone know if there is a third-party addin to do spell checker for large memo/text fields?

Rich
03-12-2001, 11:26 AM
What's wrong with DoCmd.RunCommand acCmdSpelling?

Talismanic
03-12-2001, 12:21 PM
Very Cool!! I had no idea there was a command to run a spell checker inside Access. Thanks for the tip.

Mapes
03-12-2001, 12:26 PM
Thanks, that will work perfectly.

Rich
03-12-2001, 03:08 PM
F7 does the same.