Sorrells
11-30-2001, 11:13 AM
I cannot consistently spell check memo fields and it drives my users crazy because they cannot either.
The command "DoCmd.RunCommand acCmdSpelling" does not cut the mustard. The following errors are possible, indicating that Access has little to no idea what is being requested:
"Index or Primary Key can't contain a null value." and "Field <field name> can't be a zero length string."
Access apparently is attempting to write the record with the spell checker is invoked.
Any advice will be appreciated.
Sorrells
The command "DoCmd.RunCommand acCmdSpelling" does not cut the mustard. The following errors are possible, indicating that Access has little to no idea what is being requested:
"Index or Primary Key can't contain a null value." and "Field <field name> can't be a zero length string."
Access apparently is attempting to write the record with the spell checker is invoked.
Any advice will be appreciated.
Sorrells