LebronJames
Programmer
- Apr 5, 2003
- 93
I have a datetime field where I want take the lastfullmonth... ONLY problem is I am getting the first of the current month as well..
Here is what I am using in the criteria field:
>=DateAdd("m",-1,Date())
This displays all of October but also giving me the first of Nov... WHY???????
Here is what I am using in the criteria field:
>=DateAdd("m",-1,Date())
This displays all of October but also giving me the first of Nov... WHY???????