Microsoft
Software
Hardware
Network
Question : Show dates that are within 2 weeks from today in SQL view
Hi all.
I want to create a view that will display all records whose PromiseDate is within 2 weeks of today. I only want to look at dates in the future not in the past.
How can I do this?
The table is: myTable
Field name is: PromiseDate
Thank you in advance!
Answer : Show dates that are within 2 weeks from today in SQL view
Use a WHERE clause filtering the dates BETWEEN Date() and (Date()+14)
Random Solutions
Joining 3 tables
Whos hosting my NS records for site?
Access Denied with Process.start when reading a text file.
Quality of Picture (logo) inserted into Access
SQL 2005 mirroring
music and effects on plants
how to creat folder and change it's attribute in c++?
Java web frameworks
Convert xml base64binary to a pdf file
Ms sql query last order by customer