How to set a foucus o the form on the first txt box.

  • Thread starter Thread starter Mike Saifie
  • Start date Start date
M

Mike Saifie

I have a from but when I open the cursor goes to the last text box, where as
I want it to be on the firt text box.
your hlep is appriciated.
 
Hi Mike

Each control (textbox etc) on the form has a "Tab Index" property which
defines the order that the controls get the focus.

With your form in design view, right-click on the "Detail" section bar and
choose "Tab order...". Then click "Auto Order". The tab order will then be
top-left to bottom-right. You can adjust this if necessary by dragging
individual controls up or down in the list.
 
Back
Top