B
Bryan Hughes
Hello,
I have a form that has a subform in continuous view. The main form has two
ComboBoxes. The first selects a Case Manager. AfterUpdate event the 2nd
cbo shows all open Cases for the Case Manager selected. AfterUpdate event
for 2nd cbo, a subform in continuous form view, shows Client Names and ID
connected to this case file.
The AfterUpdate also setfocus on the subform. Users tab through Client ID.
How can I set tab function, that after tabbing to last ID, hitting tab again
moves the tab back to the first ID on the subform.
Basically cycling through the same records until user uses mouse for next
selection.
-Bryan
I have a form that has a subform in continuous view. The main form has two
ComboBoxes. The first selects a Case Manager. AfterUpdate event the 2nd
cbo shows all open Cases for the Case Manager selected. AfterUpdate event
for 2nd cbo, a subform in continuous form view, shows Client Names and ID
connected to this case file.
The AfterUpdate also setfocus on the subform. Users tab through Client ID.
How can I set tab function, that after tabbing to last ID, hitting tab again
moves the tab back to the first ID on the subform.
Basically cycling through the same records until user uses mouse for next
selection.
-Bryan