Quote Originally Posted by rim78
Hello all and good morning.

I was wondering how to make the combobox to display 2 columns, e.g: code and description when the user click to drop down, like in MS Access. the code is stored in table.

Thanx.
Hi,

Here's a link how to create a multicolumn combobox;

http://www.codeproject.com/vb/net/Mu...nFlatCombo.asp

Hope it helps,

sparrow1