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.
 
Back
Top