There's this app I wrote a long time ago for a client who uses it to
administer the database content that drives their Web site. Last time I was
in there' I notices a lot of embarassing typos in the data, and since this
data is published on their Web site which is their primary interface to their
customers, that's a bad thing.
I was thinking it would be nice if I could automatically spell check certain
fields, and somehow use the Access spell checker to do it. The problem is,
the only way I can find to run the spell checker is with the DoCmd.RunComman d
.... This command takes no arguments, and does exactly one thing - checks the
spelling of the current control, and reports the results to the user.
There's no way to make the spell check window not display if there are no
errors, and there's no way to programmaticall y know whether the spell check
had a problem or not.
Does anyone know how to get more control over the spell check process in
Access?
administer the database content that drives their Web site. Last time I was
in there' I notices a lot of embarassing typos in the data, and since this
data is published on their Web site which is their primary interface to their
customers, that's a bad thing.
I was thinking it would be nice if I could automatically spell check certain
fields, and somehow use the Access spell checker to do it. The problem is,
the only way I can find to run the spell checker is with the DoCmd.RunComman d
.... This command takes no arguments, and does exactly one thing - checks the
spelling of the current control, and reports the results to the user.
There's no way to make the spell check window not display if there are no
errors, and there's no way to programmaticall y know whether the spell check
had a problem or not.
Does anyone know how to get more control over the spell check process in
Access?
Comment