You would be better of using a single query instead of using 4 dcounts which in essence is 4 queries.
Your dcount would work with
Dcount("[ID]" ,"[Open Cases]"," [Opened Date] >= #" & Date() & "# and [Opened Date] >= #" & Date() + 1 & "# ")
You obviously have some idea about naming...