|
|
Browse by Tags
All Tags » Access (RSS)
-
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 ...
|
|
|