Hello...
I have question.
I have a list of date/times in the database and want to be able to COUNT the distinct hours from a date/Time feild for a paticulare date range.
Imagine this... A database (MS Access) with Date/Time feild and I want a tally of all the ones that are at 1 am, 2 am, all the way to Midnight (24:00 hour scale is fine)
So it would list like this:
Thank you!
David McIntosh
Let me know if this post helped you...
Please click below: "This Post was Helpful"
I have question.
I have a list of date/times in the database and want to be able to COUNT the distinct hours from a date/Time feild for a paticulare date range.
Imagine this... A database (MS Access) with Date/Time feild and I want a tally of all the ones that are at 1 am, 2 am, all the way to Midnight (24:00 hour scale is fine)
So it would list like this:
Code:
time count
1 30
2 12
3 0
4 11
. .
24 15
Thank you!
David McIntosh
Let me know if this post helped you...
Please click below: "This Post was Helpful"