I have a query that calculates 18 mos. from a date and is formatted like 6/2004. Another field that calculates 2 years from the date exactly like 6/15/2004. It's your typical calculated field Letter: DateAdd("m",18,[CourDt]). Question 1 is why can't I put in a criteria like >6/2004 and get a result?