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

H

h3llz

How can i force a selection of a combo box via vb ? e.g. 2 is selected and i
want blank selected
 
S

Stefan Hoffmann

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