I need to be able to selected multiple items from a List so the ListBox is perfect. The only issue I've noticed is that if I have a list of say 30 items, and 3 are checked, there's no way of knowing which items are selected except to scroll through the entire list because the Order of the List is whatever the order of the Original Lookup list
I'm looking at ways to sort the Lookup based on the contents of the SelectedValues list but lo luck so far.