How can I filter the output value of a query using the value/s selected from a listbox? One or more value is selectable from the listbox. The field to be filtered is in the output of the query, for example Field1. For example: I have 3 values in Listbox - Value1, Value2, Value3. If value1 and value3 selected, then Filter tool should be Field1 IN ('Value1', 'Value3') and should return the records from the output.