L
Liz Taylor
Hi,
I'm struggling with this one, simply because I just don't understand it all
yet... So, I'm hoping someone could set me straight.
I need to look at dates between 10/01/02 through today's date minus one
year... So if I look at the numbers today I would see data between 10/01/02
and 1/13/03.
I have the following which will give me 10/01/02 through today's date. How
do I modify this to show 10/01/02 through today's date minus one year...
Between DateSerial(IIf(Month(Date())<10,Year(Date())-1,Year(Date())),10,1)
And Date()
Thanks!!
Liz
I'm struggling with this one, simply because I just don't understand it all
yet... So, I'm hoping someone could set me straight.
I need to look at dates between 10/01/02 through today's date minus one
year... So if I look at the numbers today I would see data between 10/01/02
and 1/13/03.
I have the following which will give me 10/01/02 through today's date. How
do I modify this to show 10/01/02 through today's date minus one year...
Between DateSerial(IIf(Month(Date())<10,Year(Date())-1,Year(Date())),10,1)
And Date()
Thanks!!
Liz