I have a combo box with a valueList row source type and 2 column values in the row source. For example, the "RowSource" has values of "A;Car;B;Airplane;C;Train"
The boundColumn is "1" so that the "A,B,C" values are stored in the DB and the width of the first column is "0". How do I programatically (VBA) get the 2'nd column value? For example, lets say the value of the combo box is set to "A;Car" (in other words the word "Car" is displayed but the value "A" is what is stored). If I refer to the object [Forms]![MyForm]![MyCombo] in my VBA code then I get a value of "A". How do I get the value of "Car" to return?
Thanks,
Greg
The boundColumn is "1" so that the "A,B,C" values are stored in the DB and the width of the first column is "0". How do I programatically (VBA) get the 2'nd column value? For example, lets say the value of the combo box is set to "A;Car" (in other words the word "Car" is displayed but the value "A" is what is stored). If I refer to the object [Forms]![MyForm]![MyCombo] in my VBA code then I get a value of "A". How do I get the value of "Car" to return?
Thanks,
Greg