S
Steve Springer
I have a main form that contains a subform. On the
subform is a combo box set at limit to List. If the
desired value doesn't appear in the list, the user can add
the value to the look-up table via an unbound form that is
opened by a commend buttom.
The problem is that after adding the new value and closing
the unbound form, the newly added value doesn't appear in
the combo box unless I first click on a different field.
Once I return to the combo box, the value I added now
appears as a selection.
How can I get the new value to appear in the combo box
selection without having to change the focus to another
control first?
Any help would be much appreciated.
Steve Springer
subform is a combo box set at limit to List. If the
desired value doesn't appear in the list, the user can add
the value to the look-up table via an unbound form that is
opened by a commend buttom.
The problem is that after adding the new value and closing
the unbound form, the newly added value doesn't appear in
the combo box unless I first click on a different field.
Once I return to the combo box, the value I added now
appears as a selection.
How can I get the new value to appear in the combo box
selection without having to change the focus to another
control first?
Any help would be much appreciated.
Steve Springer