G
Guest
I can use the following to calculate the date one month ago. I want to take
this a step further and set it to the first day of last month.
DateAdd("m",-1,Now())
So if today is 4/01/05 then the fucntion would return 1/12/04.
Any ideas?
Bruce
this a step further and set it to the first day of last month.
DateAdd("m",-1,Now())
So if today is 4/01/05 then the fucntion would return 1/12/04.
Any ideas?
Bruce