Help.
i am unable to retrieve .ItemsSelected of a multiselect listbox on a form.
- the form is visible, and i manually select some items in the listbox.
- then in vba i get the .ItemsSelected.Count property of the listbox.
- ItemsSelected.Count is 0. This is a bug?
- i can see items selected in the listbox.
What's the problem?
More info:
i am loading several forms in Hidden mode.
then i make only one form visible at a time by vba.
if i open this one form by itself, with no other forms loaded, then i am able to retrieve .ItemsSelected.Count value correctly.
also posted to http://www.utteraccess.com/forum/Lis...-t2008662.html