value based on another control

J

JLR-Mart

Guys

I need some help here. I have a combo box with a predetermined set of
selectable values in the row source. I want another text box automatically
populated with some text that will be dependant on the selection made in the
combo box.

How might I achieve this?
 
K

Klatuu

Use the After Update event of the combo box to populate your text box based
on the selection made in the combo.
 
Top