S
SarahJ
I have a report where I need to pull month end numbers as well as the
previous month's numbers.
Here is what I am currently using for the month end:
Between DateSerial(Year(Date()), Month(Date())-1,1) AND
DateAdd("d",-Day(Date()), Date())
How do I get the previous month?
previous month's numbers.
Here is what I am currently using for the month end:
Between DateSerial(Year(Date()), Month(Date())-1,1) AND
DateAdd("d",-Day(Date()), Date())
How do I get the previous month?