Button control direction

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

Guest

I have a form with an "Add" button, after hitting the button the form clears
and I have to point to cell to start my add. How do I set up the form to go
the designated cell after the add button is hit.
 
If you are talking about ACCESS and by cell you mean a field:

me.firstfieldname.setfocus

You might want to review the Tab order on the form.
 
Sorry about the "cell" statment, I could think of what to call it.
Thank you,
 

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