I need to be able to get the previous month of a parameter.
Here is the code:
MONTH(dateCreated) = @Month
I tried MONTH(dateCreated) = @Month -1
But that does not work.....I thought it would since it works with the @Year prompt.
Any suggestions would be welcome!
Here is the code:
MONTH(dateCreated) = @Month
I tried MONTH(dateCreated) = @Month -1
But that does not work.....I thought it would since it works with the @Year prompt.
Any suggestions would be welcome!