X
XP
Using Office 2003 and Windows XP.
I have a combo box on a tab control; also on this same tab is a text box.
Both controls are UNBOUND.
When the user changes the combo box, I would like to update the text box
with corresponding information based on the entry selected in the combo.
Also, I need to allow for the user to enter a new entry into the combo, in
which case a generic entry will be added to the text box.
I can code this, but which events, etc. do I use?
I get an error using After_Update; On_Change works, but then typing is
affected (have to pause in between each character).
Can I obtain some suggestions for this procedure?
Thanks much in advance.
I have a combo box on a tab control; also on this same tab is a text box.
Both controls are UNBOUND.
When the user changes the combo box, I would like to update the text box
with corresponding information based on the entry selected in the combo.
Also, I need to allow for the user to enter a new entry into the combo, in
which case a generic entry will be added to the text box.
I can code this, but which events, etc. do I use?
I get an error using After_Update; On_Change works, but then typing is
affected (have to pause in between each character).
Can I obtain some suggestions for this procedure?
Thanks much in advance.