I have the following as the on change property of a combo box
Collect(colmycollection,cb_1.Selected.Name)
I then use that collection to populate a gallery
however how do I remove an item from the collection if someone for example accidentally chooses an item then un chooses it.. because I only have a collect function how/where do I put the remove bit !
TIA