J
Jeff C
I obviously have issues with "time"....(ie. I'm losing it)
How do I change the following to return values from 12 months ago as of
todays date. The following returns January 2004 and Jan 2005.
(Between DateSerial(Year(Date()),Month(Date())-12,1) And
DateSerial(Year(Date()),Month(Date())-11,0))
For those with continued patience with me..Thank You.
How do I change the following to return values from 12 months ago as of
todays date. The following returns January 2004 and Jan 2005.
(Between DateSerial(Year(Date()),Month(Date())-12,1) And
DateSerial(Year(Date()),Month(Date())-11,0))
For those with continued patience with me..Thank You.