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
Add-in aditional words in Excel File Name
catching and handling SQL deadlocks from vb.net
Excel formula? (part 2)
Word 2007 opens slowly in Windows 7
Tools to replicate from SQL server 2000 to SQL server 2008
SQL Query
DC Promo fails to remove AD. NTDSUtil fails with "The connected server will not remove its own metadata."
DHCP Server Service won't start
Timers in CWinthread derived classes
Need help with SQL INSERT query