tim lee
February 19th, 1999, 03:45 PM
When making a multi-columned combo box(or List Box) in Visual Basic, how can I make the box actually "Display" the whole selection of the multi-columned rows? When I make the Combo boxes currently, I get the multi-columns of data to display, but when I "Select" my row choice, I do not get an actual "Display" of more than one column of this particularly chosen row of information.
For instance, I may have a row that contains the following columns
of info: Name, Number, City and State. But when I make the Row selection,
only one of these columns will actually be displayed after I have made my
row choice and the drop-down list is no longer dropped down. This same
problem occurrs with List Boxes and I am wondering if there is a fix for
list boxes that is similar to a fix for combo boxes.
Thanks!
For instance, I may have a row that contains the following columns
of info: Name, Number, City and State. But when I make the Row selection,
only one of these columns will actually be displayed after I have made my
row choice and the drop-down list is no longer dropped down. This same
problem occurrs with List Boxes and I am wondering if there is a fix for
list boxes that is similar to a fix for combo boxes.
Thanks!