I have been using the following code for years (in succeeding versions of Windows and Microsoft Access) to spelling check the text on a form:
This was never problematic, until recently (Windows 10 and Access 2016), when selecting the "Change" option on a word (almost) always leads to a fatal "Microsoft Access has stopped working" message. Any suggestions for amelioration would be welcome.
Code:
DoCmd.SetWarnings False
DoCmd.RunCommand acCmdSpelling
DoCmd.SetWarnings True
This was never problematic, until recently (Windows 10 and Access 2016), when selecting the "Change" option on a word (almost) always leads to a fatal "Microsoft Access has stopped working" message. Any suggestions for amelioration would be welcome.