I have a form with two single-select Listboxes. When the first one, lboCat, is clicked, it selects the first item in the other listbox by:
However, although the first item in the list is visibly selected, the lboSubCat.Value property is usually blank. (And no, there isn't any "" in the list).![]()
Please Login or Register to view this content.
How can I return the actual value that's selected?
Is there a better way to select the first item in the list? (The list of items changes depending on what's selected in lboCat.)
Bookmarks