Is it possible to have 4 list boxes but only let the user select one item from all four list boxes? If so how?
lista = 1,2,3,4
listb = 5,6,7,8
listc = 9,10,11,12
lisrd = 13,14,15,16
The user can only select one number from the four lists
Is it possible to have 4 list boxes but only let the user select one item from all four list boxes? If so how?
lista = 1,2,3,4
listb = 5,6,7,8
listc = 9,10,11,12
lisrd = 13,14,15,16
The user can only select one number from the four lists
:: Copyright KIRUPA 2024 //--