Update a combo box

  • Thread starter Thread starter timdolezal
  • Start date Start date
T

timdolezal

On my form I have a combo box and several date fields. I want to change
the selected value of the combo box if there is a value in one of the
date fields.

Any help?
 
I forgot part of the question.

The combo box source data comes from a table sort on column 2 and
column 3. The data shown in the box is column 1. Column on can be
changes by the user, not 2 & 3. I need to key the combo box change from
the 2 & 3 columns.
 
Found my own answer.

cboSalutation.value = cboSalutation.ItemData(4)
 

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