value based on another control

  • Thread starter Thread starter JLR-Mart
  • Start date Start date
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?
 
Use the After Update event of the combo box to populate your text box based
on the selection made in the combo.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top