Leslie,
Here is the SQL view of the query. Again when I take the parameter function out it runs properly, but with the parameter there I get different results.
SELECT tblProducts.ProductNumber, tblProducts.Make, tblProducts.Model, tblProducts.Cost, tblProducts.Received, Date()-[Received] AS...