The function you would have wanted was DateAdd() rather than DateDiff. Because of how dates are stored, the Date()-365 will generally work fine. I throw the function out there for those who might see this later and need some other unit of measure than days. In fact, you may want to subtract a year rather than 365 days, given the effect the occasional leap year will have. Depends on your specific needs.