J
Jim
I have a table which displays information by month. EX:
Name Sku Month
Jim 222 9
Sally 444 8
I am interested in creating query that would only pull the
prior month information. But I need it to be more
automated so I don't have to change the number each
month. I thought it was currentMonth - 1, but that isn't
working.
Thanks in advance,
Jim
Name Sku Month
Jim 222 9
Sally 444 8
I am interested in creating query that would only pull the
prior month information. But I need it to be more
automated so I don't have to change the number each
month. I thought it was currentMonth - 1, but that isn't
working.
Thanks in advance,
Jim