One more question:
Can I use CASE Statement to rename the values showed by Format(DT,'hh:00:00 - hh:59:59')?
I mean, instead of displaying 00:00:00 - 00:59:59 and so on, it could display any other text like "Range 1", Range 2", etc..
If I can do it with CASE, how would I use it? I've been...