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
Pixelated text in IE on image animation
div clear.
Unique constraint on dataset
No IP address via Wired Connection but getting IP address via Wireless on Windows 7 connecting to new SBS 2008
Problem installing PHP on IIS5.1
domain controller is unavailable
Installed new 3rd party cert Exchange 2010 outlook web App and email not working after reboot
Batch file path issue - URGENT
Ability to Group rows with Microsoft Excel Interop C#
Retrieving email message count in PHP without storing password in cleartext