I have a query that does a calculation on how long a product has been in inventory (=DATE ()-[Received]). I want to set this up as a Parameter query so that I can look at only products over a certain number of days. As a select query it runs fine but when I add my Parameter statement [You're looking for ... days old?] my data comes back incorrect. For example: If I say I'm looking for products over 4 days old all products 10, 20, 30, 100, 200 days old do not show , but products 40-90 days old show. It's as if the query is looking at only the first digit and making the decision based on that alone. I'm a newbie and doing this in design view and the grid. I'm sure there's an easy fix, but I don't know it.