miller1975
Programmer
Hello All,
I am trying to write a query where the date value can be checked with a previous date.
Right now my code picks real date values eg:4/21/2005
But I want to have option to use previous dates..for example 3 days from today or 2 days from today..
How do I do that..
I am trying to write a query where the date value can be checked with a previous date.
Right now my code picks real date values eg:4/21/2005
But I want to have option to use previous dates..for example 3 days from today or 2 days from today..
How do I do that..
Code:
WHERE (((TEST.VALUE <> "P" AND (TEST1.VALUE <> "" AND) ((TEST1.DATE_VALUE =#4/21/2005"));