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
What causes Windows Profiles to become corrupted?
Filter a Report to only show certain data contain within a field
My Last Access 97 Back End Upgrade - Slight Problem
outlook express address book not working
Link SQL Table using DSN or DSNless
Excel VBA - paste value into active cell and run addin against it
Email Warning
ASP.NET-created Excel files don't work properly in IE 8
Resore Failed for TEXSEL\SQLEXPRESS
Easiest way to edit a row of data in ListView using C-Sharp