how do I stop one button jumping automactically to another

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

Guest

When i press a button on my sub-form or form and when the process is over, it
jumps to another button and starts to rum that button.
Its always the same button that rums after I press different buttons.
 
You have some code somewhere telling it to do it. If you are moving from one
record to another in your code, the form's Current event might be a good
place to look for your problem. Otherwise, you're going to have to post the
code of one of the buttons that is exibiting the problem so that we can see
what you're doing.
 

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