access 2003

R

Roberta C.

After adding a new field to my form, how do I get the cursor to move (tab) to
each field as it is laid out on the form instead of jumping around the page?
 
S

Sandra Daigle

Open the form in design view and then open the following:

View-->Tab Order

Click the AutoOrder button and/or move controls up and down the list until
you are satisfied.
 
O

Ofer

Open the form in design view, in the menu bar select View > Tab Order
You can either click the Auto arange button on the buttom, or arrange the
order of the fields by click and drag
 
B

Bob

That is the tab index property. Watch out because changing one might affect
the ones below it. This property is easy to find and change though. ;-)
 
Top