Button control direction

N

Nick

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.
 
R

Ron2005

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