I am trying to implement a report based on an ordered query. The query has 3 ordered fields (Date, Time and Location in that order). When I look at the result of the query, everyting is properly ordered. If I print the report whithout any grouping (ie as it is), the result is OK. However when I tried to group it by date, the grouping by date is correct but the time and location are completeley out or sequence. What I want to do is separate dates so the report is easy to read maintaining the ordered time and location as creatd by the query. Any help is very much appreciated.