I have a combobox with a column count of 8 and the first two columns set to 0 width.

The drop-down shows columns three through eight, but when I select a record it only shows the first visible in the box. Can this be changed so 3 - 8 show in the combobox? (I presently have overcome this problem by displaying all the fields in a series of cells.)

I chose a combobox but I honestly don't recall all the reasons to select a combobox vs. a listbox. My interest is for the user to be able to start typing in a name and by presented with an ever narrowing selection until they drill down to the desired record. Once selected I need to be able to allocate fields from that record to cells. Though it is doing the correct job, would I have been better off with a listbox, and if so, why?