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.
 
Back
Top