I have a form with three combo boxes that I want to use for sorting my data. The user has the option of filing in anyone of the three boxes, I plan on disabling the other two boxes if one has already been selected. Since the combo box category will vary, I wanted to have in my query a criteria expression in each of those respective fields. When I run the query with just one criteria expression I receive my results but when I add in the additional criteria I naturally receive nothing. Whats the solution here? thanks again!