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
MS Access changes input language
Stored Procedure and GridView - CommandText Vs StoredProcedure
Microsoft, Access, 2000 Is there a way to code a Freeze pane in a datasheet form?
Creating class in MS Access/VBA-Examples?
Default date in calendarextender
Access control inside nested gridview
cannot start ccmsetup service error 1053 sccm
changing CMD prompt window properties in batch
Why M/S updates wanting to update Software not installed?
Selecting and Viewing Range of Dates by Month in Access Query