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
Can I copy data from one excel workbook into another without the second workbook visably opening?
Batch file that does a file search and then if found executes a specific command on the file
How can I run/emulate IE 7 to access a site that only works for IE7
Not showing Alert() before Response.redirect
Some users get IIS 500 errors when logging onto Sharepoint Team Site
VBA code to select the folder one level above this workbook's folder
Mutiple active forms in Access
Use Variable to address a control
Microsoft Project Server will not respond to requests for fully qualified domain names
Auto save and zip macro that overwrites zipped files when condition is met