L
Laura
I have this code attached to a command button in an Access form:
Me.fldMemo.SetFocus
DoCmd.RunCommand acCmdSpelling
This is to do a spell check on a memo field in the current record. It
worked fine in Access 97. But now that the database is being run in
Access 2002 (XP), it wants to check every record in the database.
Would anyone know of a fix?
Thanks very much in advance!
Laura
Me.fldMemo.SetFocus
DoCmd.RunCommand acCmdSpelling
This is to do a spell check on a memo field in the current record. It
worked fine in Access 97. But now that the database is being run in
Access 2002 (XP), it wants to check every record in the database.
Would anyone know of a fix?
Thanks very much in advance!
Laura