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
Is there software that allows multiple users to use same Windows 7 computer?
not able to create DB from model database.
ORACLE RAC
Driver for Markem Imaje 8018 printer
Drupal 6 Mime module
Adding computers to WSUS without manual entry?
create OL or UL using DOM
distinct sum
How to use OR condition in regular expression
Update field in table based on changes made to a field in second table