I have a query that I need three columns One for this month, last month and 2 months ago. Instead of using a crosstab query I want to put this into a regular query.
I figure the formula would work something like this
IIF(Date = current month, sum(sales),0) Im not sure how to make the date=current month part work.
I figure the formula would work something like this
IIF(Date = current month, sum(sales),0) Im not sure how to make the date=current month part work.