Spellcheck died after long life

B

bedaffled

I have an application in Access 2000 running for several years now, and the
spellcheck stopped working. I am looking for guidance in debugging.

The code that worked for so many years is :

DoCmd.GoToControl "Comment1"
DoCmd.RunCommand acCmdSelectAllRecords
DoCmd.RunCommand acCmdSpelling


Several changes occurred in our IT infrastructure, including WIndows 2003
and Exchange 2003 upgrades.
 
Top