You need to create two columns in your query:
Column 1:
Month([Your date field])
Criteria: IIF(Month([Your date field])=1,12,Month([Your date field])-1)
Column 2:
Year([Your date field])
Criteria: IIF(Month([Your date field])=1,Year(Date())-1,Year(Date())