Don't display records older than x days - problem with syntax
Hi all,
I have a table with some records:
Name, Date (Day/Month/Year)
John, 09/09/2005
Phil, 10/09/2005
Xena, 03/11/2004
I want my query to display all records with today's date, or those that are 100 days older than today's date.
I have the following so far (in my query criteria box):
Date() Or <Date()-100
BUT this shows me Xena's record, which is more than 100 days old (it's 2004)
Any help/corrections are welcome
Thanks
Hi all,
I have a table with some records:
Name, Date (Day/Month/Year)
John, 09/09/2005
Phil, 10/09/2005
Xena, 03/11/2004
I want my query to display all records with today's date, or those that are 100 days older than today's date.
I have the following so far (in my query criteria box):
Date() Or <Date()-100
BUT this shows me Xena's record, which is more than 100 days old (it's 2004)
Any help/corrections are welcome
Thanks
Last edited: