move after an update?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello, I have a form that I have put a spell check on. What I would like to
do is once the spell check has run be able to move on to the next record
without the spell check running again? I am sure its something simple that I
just cant think of. Any suggestions would be greatly appreciated.
 
Do you want to close the spell check at the same time as you close that form
/ record ??
 
Sort of yes or allow the user to move on to the next record without running
the spell check again.
 
Open properties and put the close sql in one of many places (afterupdate, on
lostfocus) depending on what you want to do after the spell checking
 
Thank you Wayne that works great. Got one problem however, I would like to
force the spell check to run automatically before the user can close the form
or move on to another record. I put my code in the form afterupdate event
but I get stuck in a loop if I do that. Would you have a suggestion on that
as well?
 

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

Back
Top