Hello all,
Fairly basic question, I'm sure..I am trying to create a SQL based query to return all records from the start of the current month only. This criteria below works great for returning a rolling 30 days....
>=(DateAdd("m",-1,Date()))
...but I always want it fixed from the start of the current month..for example, running the query today grabs stuff from Sept 7th on.
Any ideas?
Thanks.
------------------
Fairly basic question, I'm sure..I am trying to create a SQL based query to return all records from the start of the current month only. This criteria below works great for returning a rolling 30 days....
>=(DateAdd("m",-1,Date()))
...but I always want it fixed from the start of the current month..for example, running the query today grabs stuff from Sept 7th on.
Any ideas?
Thanks.
------------------