I have been trying many SQL expression to get this work, but no luck when "NOT IN DB"
I want to get the [date]<= DateTimeNow() - X
so I can change the x to any of the date that I need.
Example, X=1, which means Today() - 1
Date = DatetimeNow works, but when subtracting a number, it doesn't work.
Thank you.