Return a text string in 2nd combo box after date picked in 1st?

  • Thread starter Thread starter Jacquiemal
  • Start date Start date
J

Jacquiemal

I have a combo box that activates a datepicker that needs to trigger a text
string to appear in a 2nd combo box when any date is selected in the 1st
combo box. The 2nd combo box also has three other options in the list that
could be selected from, one of which needs to be triggered when another combo
box is updated from a date picker. The other two options need to be selected
with the drop down arrow.

How can I do this, if it can be done?

Thanks!
 
Not totally clear what you are wanting but maybe the AfterUpdate event of the
comboboxes is what you need. Put code in those events to set value of other
box.
 
Back
Top