dawsonrhodes
Member
- Local time
- Today, 17:08
- Joined
- Mar 8, 2020
- Messages
- 85
Hey there,
Seems I am having an issue in the same realm as this below.
The feild I am trying to filter is defaulted to Now() when a user generates the record. It is a date/time format, and has differing times too. I would like to make a report that returns records based on a selected range.
It seems because of the times associated, MS Access is giving me a tough time. The current method I tried was this criteria
(Field being filtered: RoFDateCompleted) [date/time mm/dd/yyyy hh:mm:ss AM/PM]
>=[StartDate]<[EndDate]+1
But I also tried another method given here: http://allenbrowne.com/casu-08.html
Both not working due to the time, at least that is my suspicion.
As suggested in the first thread linked, I tried filtering with the 00:00:00 time added at the end, with no result, it shows all records still..
Any ideas?
Seems I am having an issue in the same realm as this below.
Cannot filter on Date Fields in Access - MS Access Crashes
Good afternoon all, I'm struggling to find a solution to an issue I'm having when trying to right click and "filter for" on a FEW date columns in a linked table. This also happens in queries when i add a filter for the same fields. However when I filter on the same columns in a form, there...
www.access-programmers.co.uk
The feild I am trying to filter is defaulted to Now() when a user generates the record. It is a date/time format, and has differing times too. I would like to make a report that returns records based on a selected range.
It seems because of the times associated, MS Access is giving me a tough time. The current method I tried was this criteria
(Field being filtered: RoFDateCompleted) [date/time mm/dd/yyyy hh:mm:ss AM/PM]
>=[StartDate]<[EndDate]+1
But I also tried another method given here: http://allenbrowne.com/casu-08.html
Both not working due to the time, at least that is my suspicion.
As suggested in the first thread linked, I tried filtering with the 00:00:00 time added at the end, with no result, it shows all records still..
Any ideas?