Hi all, I have a criteria that is giving me fits. In my query I have the following code [PurchaseDate: DateAdd("d",-7,[StartDate])] in the Field Line in Design View. In the first criteria line I have the following code [>#1/1/2015# And <[Enter Purchase Date]]. What is supposed to happen when the Query is opened is the user is prompted to enter a Purchase Date. The query will then look for Purchase Dates between 1/1/15 and the Entered Purchase Date minus 7 days and display that which falls under the range. This was working fine in January but as soon as we started entering February dates it stopped. The DateAdd function is working fine, but the [>#1/1/2015# And <[Enter Purchase Date]] is not. It displays all dates after 1/1/15 but does not stop at the date entered. Thanks for the help.