I know this is probably a simple question but non the less the solution evades my research.
I have a list box filled with data. The user selects a row and the selection causes other fields to populate with data in the same form.
The question is, how do I allow the user to unselect the row selected by selecting the same row. The list box does not need to be changed to a simple select or multi select because the user can only select one row at a time. Also, I do not want a command button to unselect the value in the list box.
to unselect, just click on the selected item...