Is there a way to exclude items from a Combo box when you have a ListCollection. For example exclude those items that meet a certain condition such as past a certain date or a true false condition. Or is there a way to remove an item that is in the ListCollection if a certain condition is true/false or whatever.
I did see the removeItem option but can't get it to work.