I wrote the following and it appears to be giving me the correct result, but.................
My criteria = I want to see all the results from (Current Month - 2) to Today. (5/1/2007 - Today)
Between DateSerial(Year(Now()),Month(Now())-2,1) And DateSerial(Year(Now()),Month(Now())+1,0)
Looking for someone to confirm or suggest.
Thanks,
Kurt
My criteria = I want to see all the results from (Current Month - 2) to Today. (5/1/2007 - Today)
Between DateSerial(Year(Now()),Month(Now())-2,1) And DateSerial(Year(Now()),Month(Now())+1,0)
Looking for someone to confirm or suggest.
Thanks,
Kurt