Microsoft
Software
Hardware
Network
Question : Date criteria in Access 2007
Hello Experts
I am trying to extract data older than 2 years but can't seem to get the criteria right. I've tried >Date()-730 but it's not giving me what I need.
Any ideas?
LillyC
Answer : Date criteria in Access 2007
Hello LillyC,
If you want older than two years:
WHERE DateField < DateAdd("yyyy", -2, Date())
Regards,
Patrick
Random Solutions
Does Office 2003 SP3 include SP1 and SP2 ?
Why don't I have access?
VBA - Access/Excel: Scrolling through files in folder, and archiving
Count records in dataset
Use a second axis in Acces PivotChart
OCS 2007 Archiving Query
Event ID: 33002 Access blocked because signature is not valid
How to export data from various tables into a single xml file
ASP.NET - Reading from resource file
ms sql change string with all upper case to proper lower case sentence