J
jutlaux
I have a combo box, on a from, that is getting populated by a Query. The
problem I have is when you look at the table for the form, the data from the
combo box is not the text from the combo box but a number. This number
corresponds to the location in the combo box that the text is in.
i.e. if my combo box has the following data:
"text1"
"text2"
"text3"
"text4"
and I select "text2" from the combo box, when I go to the table data
for the combo box it will have a value of 2 in it not the text "text2". Is
there a way to populate a combo box from a query and still have the table
store the text from the combo box, not the location?
problem I have is when you look at the table for the form, the data from the
combo box is not the text from the combo box but a number. This number
corresponds to the location in the combo box that the text is in.
i.e. if my combo box has the following data:
"text1"
"text2"
"text3"
"text4"
and I select "text2" from the combo box, when I go to the table data
for the combo box it will have a value of 2 in it not the text "text2". Is
there a way to populate a combo box from a query and still have the table
store the text from the combo box, not the location?