How to make tab order jump from form header to detail

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

Guest

After the users finished their work with controls in a form's header, how do
I make the cursor/focus jump into the subform?

The tab stop and tab index seems only cycle within header or detail, but not
across from one to the other.

Here are the controls I have:
txtHeader1 and cmdHeader1 are on the header, and txtDetail1 is on the
subform, which is located in the detail section.

Users type a value in txtHeader1, then click cmdHeader1 to populate
txtDetail1.
Now, at this time, both values in txtHeader1 and txtDetail1 got highlighted.
The new input will be in txtHeader1. I want only txtDetail1 to have the
focus, and take the input.

I am sure one of your gurus knows how to do this.
Thanks!
 
Back
Top