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
Save Excel file as Pipe delimited text file
How to create shortcut in Windows XP?
How to show treeview inside combobox
Change Image File Orientation using VBA
MOSS and XLSX
cannot connect new client to SBS 2008 server with launcher.exe
see how tables are linked in database diagram
Access SQL DatePart or different method do display date range as month only
Sending multiple emails
VBA Macro to edit .bat file