Im trying to get my database query to display all records which are 21days old. I have used the command DateAdd("d",21,[Date])
[Date] is the name of my date field.
The query is a normal query, not anything special.
This query does not work, it doesn't display records at all. How can i get it...