PDA

Click to See Complete Forum and Search --> : VB Combo Boxs


Chris Wallace
Feb 24th, 2000, 12:13 AM
Please Help

How do you set the text propertie of a combo box to an item in the list if you know the ItemData number.

Thanks,

Chris

JHausmann
Feb 24th, 2000, 09:34 AM
To set a combobox to a particular entry

form.combo.listindex= number

To change the value of an item

form.combo.additem "text", number
form.combo.removeitem number+1