G
Guest
I think this is a good question?
How would you read the value in a combo box?
A text box is simple enough Y = Me.txtBox1.Value
But a combo box with a column count set to 2 or higher.
Y = Me.cboBox1.Value will only give you the value in the first column, how
would you read the 2nd or 3rd.
How would you read the value in a combo box?
A text box is simple enough Y = Me.txtBox1.Value
But a combo box with a column count set to 2 or higher.
Y = Me.cboBox1.Value will only give you the value in the first column, how
would you read the 2nd or 3rd.