I need the criteria to pull all dates for five weeks from this week.
I am using the following for query criteria and it works, but now that the year is ending, it does not work.
I am using the following for query criteria and it works, but now that the year is ending, it does not work.
Code:
Year([Activity Date])*53+DatePart("ww",[Activity Date])= Year(Date())*53+DatePart("ww",Date())+5
Comment