View Full Version : Tabbing from Form header to detail section


TClark14
10-25-2001, 05:40 PM
How can I set tab order to go from the form header where I have a combo box to select from a list to go to the first field in the detail section? Right now it only tabs within the form header and I have to click the mouse in the detail section to begin tabbing through the remainder of the form.

Thanks
Terry

Jack Cowley
10-25-2001, 06:35 PM
I assume that you have code in the After Update event of your Combo box. As the last line of code use something like this:

Me.FieldNameInDetailSection.SetFocus