How can i force a selection of a combo box via vb

  • Thread starter Thread starter h3llz
  • Start date Start date
H

h3llz

How can i force a selection of a combo box via vb ? e.g. 2 is selected and i
want blank selected
 
hi,
How can i force a selection of a combo box via vb ? e.g. 2 is selected and i
want blank selected
Set ComboBox.Value to the corresponding lookup value.


mfG
--> stefan <--
 
Back
Top