I have 3 listboxes that transfer fields to a single listbox called "list_columns". Everything is working how I want it to, however, when I delete a column from "list_columns" the field does NOT get restored to the listBox that it came from. How do I make sure that once a column gets removed, it will be able to be selected again from the original ListBox?