I’m trying to use a date add function to pull last weeks data by day e.g. (Monday, etc.) in its current field. Here’s what I tried so far, =DateAdd("y",-7, [mydatefield]). Reiterating:
I am not sure how to apply your example? I just want to put it in a SQL. This will also generate a make table query as well.
Reiterating: I would like to see the date from last week day: So if I have a query that run for Monday what will be last week date for Monday? Here's what I got so far:
DateSerial(Year([mydatefield]),Weekday([mydatefield])+7,-1)close but not close enough.
Sorry, had my 'form' head on, not sure exactly what you are asking for, if you want the date to be returned to always be the 'Monday' then use the following:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.