I currently have a query that should be pulling everything from the past month. I have it extremely close except for some reason it pulls in 6/4/2010, 6/7/2010, 6/8/2010, 6/9/2010. My criteria in the date field is Between Date() And DateSerial(Year(Now()),Month(Now())-1,Day(Now())). Any idea what is wrong?
Thanks
Thanks