Hi,<br><br>i have a query to run on a table which has these two fields in question: Date shipped and Status; I have the query to run on the Date shipped field to display records in a specific date range, and it does it ok, except that when I specify a criteria for the field "status" ( on my Status field, I have just 2 different records: Delivered or InTransit; if I Also specify the Criteria "Delivered" for the field "status", the query results display all records that have "delivered", ignoring the date range specified in the DateShipped field. What am I doing wrong????