R
rollover99 via AccessMonster.com
I am running a query from a table that limits the output of data to a
specific time frame. I am working on the last month minus 12 months. So
what I want to see is from April of this year to May of last year. This is
progressive as the months change. i have been using:
Between (DateAdd("m",-1,Date())) And (DateAdd("m",-12,Date()))
This gives me this years May which I do not want.
Any help would be appreciated
specific time frame. I am working on the last month minus 12 months. So
what I want to see is from April of this year to May of last year. This is
progressive as the months change. i have been using:
Between (DateAdd("m",-1,Date())) And (DateAdd("m",-12,Date()))
This gives me this years May which I do not want.
Any help would be appreciated