Where YourDate < DateAdd("m",-3, Date());
The DateAdd() function will be more accurate than the DateDiff() function for this purpose since the following expression returns a difference of 1 month - datediff("m", #1/31/4#, #2/1/4#)
PS - use Date() rather than Now() unless you really want to take time of day into consideration.