This is probably very easy, but I don't know how to do it. I have a multiselect list box on a form with a visible property set to False. There is a command button that sets the visible property to True.
Is there any way I can make sure that every time the listbox appears (becomes visible), nothing is selected. In other words, how do I clear the selections?
Appreciate any help. Thanks.
Is there any way I can make sure that every time the listbox appears (becomes visible), nothing is selected. In other words, how do I clear the selections?
Appreciate any help. Thanks.