kentwoodjean
Technical User
Need just a bit of help please. Have looked at multiple postings. Have a query with the Field "ToDate" that I have changed to: Weekending: [ToDate]-2 so that I can caputure data each week ending on a Friday. works great but now need to set the query to capture the most recent last 4 weeks each time it is run. Here is what I thought I should do: Expr1: DateAdd('ww',-4,[WeekEnding]) but the result is that it gives me a field that subtracts 4 weeks from the current weekending date each week of the entire year. I don't want to change my weekending data, just capture the last 4 weeks on an ongoing basis. How does this function need to be adjusted?