It worked for me.
you have to set column count to 2. that means the combo will look at 2 columns.
if you set the column width to 0";1", that means the first column is 0" wide, and the second is 1" wide... so you see the second but not the first.
if you set the bound column to 1, then the...