How would I return a time interval based not on 24 hour clock but rather based on 11pm one day to 11 pm the next day?
I am able to sort my records by hour but I need to then count them by the time interval of 11pm-7am(which of course crosses over the midnight time period into a new day) 7am-3pm, and 3pm-11pm. And I need to do this the next day.
Right now the report is based on times entered in a form but that can change also.
I am able to sort my records by hour but I need to then count them by the time interval of 11pm-7am(which of course crosses over the midnight time period into a new day) 7am-3pm, and 3pm-11pm. And I need to do this the next day.
Right now the report is based on times entered in a form but that can change also.