I am trying to pull records from today to the end of the week, when I try the code below I get everything from this week, can anyone advise me.
DatePart("ww", [ApptDate]) = DatePart("ww", Now()) and Year( [ApptDate]) = Year(Date())
Thanks Kim
DatePart("ww", [ApptDate]) = DatePart("ww", Now()) and Year( [ApptDate]) = Year(Date())
Thanks Kim