I`ve got a combobox with 10 item and a list box to view 2 item and for each selected item in combobox, I want the listbox view 2 item specified by code.
for example
if combobox1.text = "item1" then
listbox1.items.add("aaa" & "bbb")
something like this but I could`t do this, thanks for your help.
Oz
