TABBING

B

Button

How do I tab to next field without using mouse. At the moment when tab or
return, cursor goes to field other side of page
 
A

Alex White MCDBA MCSE

Your tab order is wrong on the page I am guessing you are using a form?

look at the properties for each control and find the 'tab index' property
this is a numerical sequence from 0-whatever it defines your tab order 0
being the control that gets focus first.

Also under design view for the form, click on the view menu, then tab order
this allows you to change the tab order visually (does the same as above).
 
Top