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
How to convert an XML input field for a C# console application to a deciamal value for a fixed length field with leading zeros?
Terminal Server Microsoft Office 2003 upgrade to Office 2007
PHP: Are sessions variables safe?
Network drive mapping batch file that passes domain username/password
oracle query question
How to monitor ReadyBoost usage?
MySQL: How to update records with subselect in where clause
cisco 1711 reset problem
pass me a number and return the text
Batch File Script