Tab Order Stops

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

Guest

It's been a LOOONG time since I had to put the "New Record Button" on a form,
But now that I've done it., my question is, "How do I make the cursor
magically jump to the first box? when the button is clicked?"
 
It's been a LOOONG time since I had to put the "New Record Button" on a form,
But now that I've done it., my question is, "How do I make the cursor
magically jump to the first box? when the button is clicked?"

Add a line in the button's On Click code:

Me!firstcontrolname.SetFocus

John W. Vinson[MVP]
 
It's been a LOOONG time since I had to put the "New Record Button" on a form,
But now that I've done it., my question is, "How do I make the cursor
magically jump to the first box? when the button is clicked?"
 

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