J
JIM.H.
Hello,
I was expecting this two functions would return previous courtier start and
date.
For 12/20/2005, it should be pQsDate=7/1/2005 and pQeDate=9/30/2005, however
I am getting pQsDate=9/1/2005 and pQeDate=11/30/2005.
pQsDate = Format(DateSerial(Year(Now()), 3*((Month(Now())-3)\3),
1),"M/d/yyyy")
pQeDate = Format(DateSerial(Year(Now()), 3*((Month(Now())-3)\3)+3,
0),"M/d/yyyy")
Where is the problem? Any other suggestion?
Thanks,
I was expecting this two functions would return previous courtier start and
date.
For 12/20/2005, it should be pQsDate=7/1/2005 and pQeDate=9/30/2005, however
I am getting pQsDate=9/1/2005 and pQeDate=11/30/2005.
pQsDate = Format(DateSerial(Year(Now()), 3*((Month(Now())-3)\3),
1),"M/d/yyyy")
pQeDate = Format(DateSerial(Year(Now()), 3*((Month(Now())-3)\3)+3,
0),"M/d/yyyy")
Where is the problem? Any other suggestion?
Thanks,