stop form spellcheck from moving to new record

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top