B
Billy Smith
I have a combo box from which my user will select from
a number of lines. Each line has seven columns. When
one of the lines is selected my code runs in the Click
event proc and does what it is supposed to and that
all works fine.
But what remains in the combo box after the user selects
an item is just the text that was in one column (the bound
column). I want the entire line, all 7 columns, to be
visible after the user selects the line. Is there a
way to get the combo box to display the entire line
that the user selected and not just one column of it?
I've searched around and cannot find a way to do it.
A workaround is to read the columns from the selected
line into a set of text boxes to recreate the line. But
displaying these text boxes along with the combo box showing
the one column is kind of clunky.
Thanks in advance.
a number of lines. Each line has seven columns. When
one of the lines is selected my code runs in the Click
event proc and does what it is supposed to and that
all works fine.
But what remains in the combo box after the user selects
an item is just the text that was in one column (the bound
column). I want the entire line, all 7 columns, to be
visible after the user selects the line. Is there a
way to get the combo box to display the entire line
that the user selected and not just one column of it?
I've searched around and cannot find a way to do it.
A workaround is to read the columns from the selected
line into a set of text boxes to recreate the line. But
displaying these text boxes along with the combo box showing
the one column is kind of clunky.
Thanks in advance.