All Tags »
Date »
Access (RSS)
Sorry, but there are no more tags available to filter with.
-
Since you are using Access, I would use the DateAdd function and add a negative six months from now. There isn't a subtract date function but add handles negative numbers as well as positive. The exrpession builder would be:>=DateAdd("m",-6,Now())The sample SQL would look like the ...