P
Pam
Subject: Spell Check
From: "Pam" <[email protected]> Sent: 8/13/2003
8:20:52 AM
This works if you want to spell check the whole database,
is there a way to stop it after checking the field in
just one record?
From: "Pam" <[email protected]> Sent: 8/13/2003
8:20:52 AM
This works if you want to spell check the whole database,
is there a way to stop it after checking the field in
just one record?
..-----Original Message-----
Try this code on the exit event of the field
DoCmd.RunCommand acCmdSpelling
I would not recommend any code to check spelling as the
user is typing. This is not MS Word and doing that could
get messy.
.