M
Mitch
Hi,
I have a form with a combobox on it.
The combobox pulls its rowsource via an sqlstatement from a table of data.
The combobox has 3 columns displayed when I pull it down to make a
selection, but once I make a selection it only displays the bound column,
which is normal. is there anyway to have it display all the columns? or am
I better off adding some labels next to is and updating their captions via
dlookup() for the other info that the end users wish to see associated with
the selected combo item.
Thanks in advance.
Mitch
I have a form with a combobox on it.
The combobox pulls its rowsource via an sqlstatement from a table of data.
The combobox has 3 columns displayed when I pull it down to make a
selection, but once I make a selection it only displays the bound column,
which is normal. is there anyway to have it display all the columns? or am
I better off adding some labels next to is and updating their captions via
dlookup() for the other info that the end users wish to see associated with
the selected combo item.
Thanks in advance.
Mitch