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
Excel automation: unload XLL so Excel can quit
Setting the "Order by" Order
TAPI in VB.NET
Sybase 11 Error
Excel VBA -- Using .xlT File to Send E-Mail with .xlS File Attachment (NEW QUESTION)
Merry Christmas to you all.
How do I declare and set variables for the Caption propery of a field in MS Access 2003 Database? (VBA)
multi-user MS Access Application
Validating users with three level security
Automatically close Outlook on log off or shutdown