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.
 

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