I have to list boxes. After I select a value from listbox1 and click a button, it places the value in listbox2, so I know that it was updated. Now what I want to do is remove the value that was selected from listbox1 when I click the update button, so it is no longer available. Listbox1 is fed by a table (MasterElements) and Listbox2 is fed by a table (SelectedElements). I know I'm making this too hard, I hope someone can help.