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
Issue Opening Excel File in MS Excel 2007 w/Embedded Links
MS Access calculate rolling 12 month average
Missing day no. when using FormatDateTime
Help with multiselect listbox
Microsoft, Server 2003, SP2 Bugcheck 0x0000000a Problem
Difference between XmlDocument and XmlDataDocument in .NET
VBA/Excel - How to replace date value with date variable from text box?
Reusing an iif statement in MS Access
Unlocking file in WPF
List Box with multi columns