I have a query where one of the fields criteria is set to the value a user selets from a listbox on a form, so the criteria is Forms![FormName]![ControlName].Value, which is fine when only one value will be selected. Now I have to change the form so the listbox can have multiple values selected, but what is the criteria I use for the query, as the above no longer works.