Feb 26, 2008 #1 perrymans IS-IT--Management Nov 27, 2001 1,340 US It is February 2008 now, I want to return January 2007 thru Januray 2008. I tried: Code: >DateAdd("yyyy",-1,Now()) But it let's in the dates for this month. Thanks. Sean.
It is February 2008 now, I want to return January 2007 thru Januray 2008. I tried: Code: >DateAdd("yyyy",-1,Now()) But it let's in the dates for this month. Thanks. Sean.
Feb 26, 2008 #2 PHV MIS Nov 8, 2002 53,708 FR What about this ? Between DateSerial(Year(Now())-1,Month(Now())-1,1) And DateSerial(Year(Now()),Month(Now()),0) Hope This Helps, PH. FAQ219-2884 FAQ181-2886 Upvote 0 Downvote
What about this ? Between DateSerial(Year(Now())-1,Month(Now())-1,1) And DateSerial(Year(Now()),Month(Now()),0) Hope This Helps, PH. FAQ219-2884 FAQ181-2886