I have a query that pulls demographic information about various locations of our company around the country. I want the user to be able to select multiple locations from a list/combo box and the After Update event will pass those values to the query in order to provide a "combined" picture of demographic info. I am assuming the procedure would pass the values to the "IN" operator in SQL. Any assistance will be greatly appreciated.