Guys,

Please is there any way I can have more than one coulmn in a Combo Box? I want a situation where the code and description of an object will appear in diff. Col

combo1.addItem rstfield.field(0)

This is for a column. I want the code and desc to be in different column.

Thanks All