D
DS
I need to filter records in a Query based on todays date. The records
need to be not older than 8 days from todays date. So it should include
all records that are within 8 days of todays date. I tried this but it
doesn't work.
<DateAdd("d",-8,Date())
Thanks
DS
need to be not older than 8 days from todays date. So it should include
all records that are within 8 days of todays date. I tried this but it
doesn't work.
<DateAdd("d",-8,Date())
Thanks
DS