tab order - header to detail to footer

  • Thread starter Thread starter Randy K.
  • Start date Start date
R

Randy K.

I have controls in all 3 sections and want the users to be able to tab
through all 3 sections without having to use the mouse, currently it just
moves through 1 section and then starts back at the first control in that
section. This form isn't used for data entry, but for records that are
returned from a query and then can process additional things for those
records.

Any ideas?

TIA,
Randy
 
You will need to add SetFocus code to the Exit event of the last control of each
section of your form in order to move to the next section.

I have controls in all 3 sections and want the users to be able to tab
through all 3 sections without having to use the mouse, currently it just
moves through 1 section and then starts back at the first control in that
section. This form isn't used for data entry, but for records that are
returned from a query and then can process additional things for those
records.

Any ideas?

TIA,
Randy

_______________________________________________
hth - RuralGuy (RG for short)
Please post to the NewsGroup so all may benefit.
 
Back
Top