Hi,
I have a form, and in this form, there's a drop down menu, two buttons (labelled "add" and "remove") and finally, a listbox.
The question is, when the user clicks on the add button, how do I add the value selected in the drop down menu and put it into the listbox? After adding to the listbox, the selected value needs to stay in the drop down menu and not get removed. When the remove button is pressed, the selected value from the listbox just needs to disappear from the listbox and not the drop down menu.
Thanks in advance