One list box at a time, how?

DentTec

Registered User.
Local time
Today, 02:09
Joined
Apr 3, 2011
Messages
25
I have two list boxes and would want to have this happens

If I select an item in list1, none is selected in list2 and vice versa. Right now I can do this with For...Next looping. Is there any other way ? It might take longer as my list gets bigger.
 
DCrake: no, they are not
 
Then on the on click of the first listbox

Me.Listbox2 = ""

and vice verca
 

Users who are viewing this thread

Back
Top Bottom