Microsoft
Software
Hardware
Network
Question : Get records from last 7 days in access
I need to filter my "Created Date" column in access by the last 7 days. The date format is as follows MM/DD/YYYY HR:MIN:SEC AM/PM
any help is appreciated
Answer : Get records from last 7 days in access
it is the other way around
select * from tablex
where datevalue([createdDate])>=D
ate()-7
or
select * from tablex
where datevalue([createdDate])>=D
ateAdd("d"
,-7,Date()
)
Random Solutions
LinqDataSource Benefits
MRSS FEED
Download Manager
Ubuntu - Vista
Microsoft WORD doesnt open full screen
How do I access a combo box in a WPF datagridtemplatecolumn using codebehind c#
redirect script needed for sharepoint survey site
The SELECT permission was denied on the object 'sysdtspackages90', database 'msdb', schema 'dbo'.
Navigate to the page of a specific item on a gridview
Login to SSRS as andmistrator rather than anonymous user.