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
Small business server 2008 unable to add user with console
How do I close Adobe Reader from within VB.NET
Guides On Data Access Pages
Assistance with Internet Explorer 7
ISA Vs Squid Proxy
Defining anamed range dunamically
Binding ComboBox to ObserveableCollection: SelectedItem after deleting item from Collection
4 public folder instances remain after running moveallreplicas.ps1 How to remove or move?
Dynamic and Static Resources in Silverlight
Is it possible to create a "Quick Find" button in Excel? (I need to make searching idiot proof.)