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
Creating a Constant in VBA Which References a Range
Deny permissions to create table/index
Need help diagnosing Sharepoint hang.
Select distinct with binary
Run-Time Error 13 - VBA
MS Access Error
Positioning hyperlink target cell at center of screen
Remove obsolete ACLs
Event ID 673 appears randomly in security log
Update table with user provided data in Access 2007 connected to SQL 2000 DB