T
twen
If I have a combo box, cboControl and I want a text box to show the value so
it doesn't look like you can change it using the combo box, what is the code
for outputting column 2 of cboControl to a textbox txtControl.
I tried Me.txtControl = Me.cboControl.Column (2) but that didn't work, any
suggestions?
it doesn't look like you can change it using the combo box, what is the code
for outputting column 2 of cboControl to a textbox txtControl.
I tried Me.txtControl = Me.cboControl.Column (2) but that didn't work, any
suggestions?