How do you get values from the selected item in a combo box?
I use this for a listbox but a combo doesn't have a .selected method.
Sure someone knows the answer since it is an easy question.Code:For L = 0 To results.ListCount - 1 If results.Selected(L) Then txtsomething = results.list(L) End If Next




Reply With Quote