S
Sandy
In Access 2000 db with SQL linked tables, I have spellcheck set up as public
function Spellcheck() with "DoCmd.RunCommand acCmdSpelling" command line in
Visual Basic.
The function is usually tied to a command button on the footer of a form.
Clicking the button sets the focus on the first (checkable) text field of the
form and then runs the public function for spellcheck.
The problem is that sometimes Spellcheck causes the form to move to a new
blank record, even though all my forms are set to Cycle:Current Record only.
How do I stop spellcheck from making forms move to new blank record?
function Spellcheck() with "DoCmd.RunCommand acCmdSpelling" command line in
Visual Basic.
The function is usually tied to a command button on the footer of a form.
Clicking the button sets the focus on the first (checkable) text field of the
form and then runs the public function for spellcheck.
The problem is that sometimes Spellcheck causes the form to move to a new
blank record, even though all my forms are set to Cycle:Current Record only.
How do I stop spellcheck from making forms move to new blank record?