I don't know if this is going to make any sense but I have been troubled by this several times. I am trying to set up a query that will filter out different files listed in a table. Each file has a 5 digit code. On a form that was created you have 5 different boxes where you enter each digit. I need a query that will not only send back files that match a certain 5 digit combination, but I also need it to send back files that have certain digits say I only enter the first and third digit and leave the rest blank. I want the query to send back the files that have those first and third digits. I can't seem to find a combination with and/or critrias that will do this. Either I have to enter all five and get back one file or if the query is set up with OR I get back every file that has any digit in any position. I hope that makes sense. Thanks.