I want to exclude in my query any record with a date prior to the current month. I used [<datepart("m", date())] which worked fine for all previous months until I hit January. I suppose when Dec (ie 12) is compared to Jan (01) my statement does not work anymore. Any ideas? Thanks.