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
Deleted row information cannot be accessed through the row
Powershell Script to Copy Folder Structure from one Server to another.
FOR /F Syntax in a batch file
SAN SSL certificates for Exchange 2010
What happens if I you close a connection without commiting an open transaction?
DLL kill
The LinkMasterFields Property setting has produced the following error: The object doesn't contain the automation object 'Proposal Header.'
upgrade XP to Windows Server 2008?
How to create an insert query to add records to a database which has a password.
Conditional formatting to copy the format of another cell