I want to write an auto calculation date like >=DateAdd("m",-6, Date()) but the dates are divided out in such columns:
cc - century - 20
yy - year - 9
mm - month - 2
dd - day - 4
Is there solution to mimic the >=DateAdd("m",-6, Date()) ? Concatination would not work in this case since there's too many records.
Any suggestion?
Thanks!
cc - century - 20
yy - year - 9
mm - month - 2
dd - day - 4
Is there solution to mimic the >=DateAdd("m",-6, Date()) ? Concatination would not work in this case since there's too many records.
Any suggestion?
Thanks!