Tabbing From FormHeader to Detail?

P

PeteCresswell

Got a subform in which FormHeader contains a combo box that allows
user to add detail records.

When the user tabs out of the combo box, I'd like to have focus move
to one of the detail fields.

I guess it is doable via cboWhatever.Exit(), but it seems like there
sb a way to tell the form's tab handling to do it as part of normal
tabbing.

Or am I just hoping?
 
Top