Hello,
I am trying to design a query that will show all records in a single month from 3 months prior to the current date. I tried the following expression >=DateAdd("m",-3,Date())
but that shows all the records from all three months prior. Anyone have a thought?
Thanks in advance Dave

I am trying to design a query that will show all records in a single month from 3 months prior to the current date. I tried the following expression >=DateAdd("m",-3,Date())
but that shows all the records from all three months prior. Anyone have a thought?
Thanks in advance Dave