I am using a simple form to set filter options to a query. One of my fields is a Multi Selection list box which users can select 1 or more options. The selected items in the multiple selection list box is stored in a comma-delimited string programmatically called “Selections” which, is included...