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
Printable View
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
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