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
Errors Compiling DLL
How do I perform a calculation in an update query?
Public Counter in VBA
Vista can't modify files (Access Denied)
Update Query to reverse items in a string
Trust Center default
SharePoint (WSS 3) access via UNC path
asp.net need help on setting color fro a gridview cell on added row
Connection problems after Virtualization, maybe Same SID?
Subreport within a subreport