I have a very simple question I'm having a hard time finding a solution to. I want to create a list of selections where the user can select one item from the list. If the user selects one item, then selects another item from the same list, the first selection would be unselected. Should I use a list box for this? If yes, how would I populate the list and how would I be able to determine when and item ahs been selected, and which item from the list has been selected?
Thanks in advance.