J
JoeA2006
I built a form that allows the user to be able to switch a record from one
subform to another. I coded Combo boxes in each subform for the selection
criteria to Requery itself and any of the other subforms the record may have
been switched to .
The code in the after update event in the combo box is
Me.Requery
Forms!Form1.[subformA].Requery
Forms!Form1.[subFormB].Requery
This seem to work fine, but after a new record is entered, instead of the
tab going from the last text box in the row to the next row, the tab jumps to
the combo box in the first record. I have set the tab order as Combo1
Combo2 Text1 Text2. Combo 1 contains the criteria for changing the record to
a different subform
I would like the user to just be able to tab and enter a new record on the
next row, instead of tabbing down through the whole subform.
subform to another. I coded Combo boxes in each subform for the selection
criteria to Requery itself and any of the other subforms the record may have
been switched to .
The code in the after update event in the combo box is
Me.Requery
Forms!Form1.[subformA].Requery
Forms!Form1.[subFormB].Requery
This seem to work fine, but after a new record is entered, instead of the
tab going from the last text box in the row to the next row, the tab jumps to
the combo box in the first record. I have set the tab order as Combo1
Combo2 Text1 Text2. Combo 1 contains the criteria for changing the record to
a different subform
I would like the user to just be able to tab and enter a new record on the
next row, instead of tabbing down through the whole subform.