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
w32time
Remote Desktop not working via IP address
Could not reliably determine the server's fully qualified when trying to restart https service
vCenter Converter and SBS2008
MS Access Update a field based on multiple field values
Double Table when margin is adjusted
How do I calculate lowest point of expected variation?
Filtering the SSRS report based on multivalue multiple parameters passed to stored procedure
C# sharing variables or data between different classes
Delete query (sql)