Tab Order Item Selection Problem

  • Thread starter Thread starter FireGeek822
  • Start date Start date
F

FireGeek822

I am attempting to change the tab order of a form. When I try to
select an item in the tab order list to move it to a specific position,
all items from the first row through the item I selected are
highlighted. I am unable to select one item so I can move it. BTW,
unable to move any item either.

HELP!

Tammy
 
Try this...
Go into the properties for the form. You can access properties by right
clicking anywhere on the form in design view and selecting properties. Now
click on the control for the item you want to change. You want the property
for Tab Index. The numbers in Tab Index indicate the sequence the tabs stop.
0 is the first stop. If you have 4 fields you will have index numbers 0
through 3 to use. Set the form controls to the correct tab index numbers.

Hope that helps!
 
Back
Top