L
Lamar
I trying to create an expression in a query that will give me the "between
dates" from 7 years back to the present. Here is my problem. So when I run
the query to go seven years back I want to include all the dates within that
year. So 7 years back from today is 2/6/02, so I want all the dates for 2002
(i.e. from 1/1/02) to present). So next year on 9/12/10 I want it pull all
the dates for 2003 to the present (i.e. 1/1/03 to present).
So below is what I came up with it goes back 8 years so I make sure it
includes the entire year for the seventh year back (i.e. this query takes you
back to 2/5/01).
Between DateAdd("d",-2920,Now()) And Now()
Any help is appreciated. Thank you.
dates" from 7 years back to the present. Here is my problem. So when I run
the query to go seven years back I want to include all the dates within that
year. So 7 years back from today is 2/6/02, so I want all the dates for 2002
(i.e. from 1/1/02) to present). So next year on 9/12/10 I want it pull all
the dates for 2003 to the present (i.e. 1/1/03 to present).
So below is what I came up with it goes back 8 years so I make sure it
includes the entire year for the seventh year back (i.e. this query takes you
back to 2/5/01).
Between DateAdd("d",-2920,Now()) And Now()
Any help is appreciated. Thank you.