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

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!
 
J

June7

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.
 

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

Top