Is there any possible way of passing an array to the select expert and parsing the values out and building a where clause? The problem I seem to be running into is that the user can basically select an undetermined number of parameters from a list box. I would like to take these values from the array and manipulate them so that I am not doing a large "IN" clause.