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.
This is a control I wrote once. It gimmicks a combo box but has a listview as the drop-down. Open the LVComboDemo.vbg project group to see a simple example on how it works.
Last edited by Joacim Andersson; Apr 28th, 2003 at 08:26 AM.