Here is the complete SQL statement.. I started over, saw my error on why I got the parameter value??
SELECT [Tbl_MeEval].[ID#], [Tbl_MeEval].[Last], [Tbl_MeEval].[First], [Tbl_MeEval].[Location], [Tbl_MeEval].[Assignment], [Tbl_MeEval].[Hire Date], [Tbl_MeEval].[Last Eval], [Tbl_MeEval].[Eval Due], [Tbl_MeEval].[Status]
FROM Tbl_MeEval
WHERE ((([Tbl_MeEval].[Hire Date])<=DateAdd("d",-90,Date())));
Now my output is giving me More than 90 days out. If today's date is 3/25/04 I only want to report on those here for 90 days.. Thanks again