I have a list box on a form which allows me to choose multiple selections. I have a query whose criteria is set to look at the listbox for information. My problem is if I choose just one item from the list box the query works. If I choose more than one item the query returns nothing. I have watched in the debug window and my items are both listed with a "," as a seperator. (For Example complaint,inquiry) My query criteria is "In ([Form]![ListboxQuery]![lstSubject])" I have tried to put quotes around each of the items and this does not work either. Can someone tell me what I am missing?