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
Changing IP on FTP server
How do I manipulate (write and read) a xml file in VB6?
Converting a url to a bytearray
Script to open up .ini file, make changes, then save
Sql server 2005 Mirror setup problem
delphi embbebed Web Browser Help
Which is the BEST to secure LAN : WEP, WPA or WPA2?
Sharepoint 2010 Install FIPS Error
Define maintenace packs
mySQL join query how do I write