I have made a query that I want to show all records with the the current month and all 11 months earlyer. This is the Criteria that I used. Is my syntax correct?
Between Month(Date()) And Month(Date()-11)
I put it in a field called Month([Date])
Thanks
Anthony
Between Month(Date()) And Month(Date()-11)
I put it in a field called Month([Date])
Thanks
Anthony