So I created a Field in my query that had the following:
SchdlHrs: Format(Min([Hours]),"Medium Time") & "- " & IIf(Format(Max([Hours]),"Medium Time")="11:59 PM","12:00AM",Format(Max([Hours]),"Medium Time"))
This fixed the issue. I can use the new field in my Pivots, forms and other reports...