TABBING

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top