Microsoft
Software
Hardware
Network
Question : Access SQL - Year greater than in query
hi,
I have a time/date column in one of my table named "comment date". Can someone tell me how I would say in a query, Where the "Comment Date" is less than 3 years old?
Hopefully simple
Thanks
Answer : Access SQL - Year greater than in query
this condition should do:
1:
where "Comment Date" >= dateadd("yy", -3, now())
Open in New Window
Select All
Random Solutions
Formula " “=SUMPRODUCT” fully function
IE7 browser issue with JS fancybox
Visual Studio 2008; Website project; bin folder now showing?
Calendar control
Type DATE rejected in CREATE TABLE
Unable to find control
How to truncate (GridView)BoundFiled's string value using DataFormatString?
How do I import data from excel directly into a sharepoint calendar?
(vb.net) How to wordwrap a cell in a datagrid
Console application for top 10 most frequently occuring words in a document