Hi Robert,
Thanks for replying. However i am still facing the problem of manually changing the display value of the 3rd (or another) item.
Eg, I have a Textbox, command button and a listbox on my form. The listbox currently consist of 5 items, all using the additems method.
Let's say i type 'TEST' in the textbox and then select the 3rd item in the listbox, and when i click the command button i want to change the current displayvalue of the item in the list box to 'TEST'.
How do i reference that?
Should it be something like
THISFORM.list1.ListItem(<id>).DisplayValue = THISFORM.text1.value
unless there's no way to that except removing and readding another item?
Thanks in advance.
Yue Jeen
[sig][/sig]