I'm trying to run a report that returns all entries with a due date of 60 days from one week from today. ie: If today is January 1st, my report would run from 8 Jan to 8 Mar (give or take a day...)
I currently have a report that pulls all records within the next sixty days (ie: if today is still the first, it shows me 1 Jan to 1 Mar). I just need to figure out how to shift the date range by a week.
The current SQL entry is <DateAdd("d",60,Date())
Thanks for the help!
I currently have a report that pulls all records within the next sixty days (ie: if today is still the first, it shows me 1 Jan to 1 Mar). I just need to figure out how to shift the date range by a week.
The current SQL entry is <DateAdd("d",60,Date())
Thanks for the help!