A family of Microsoft relational database management systems designed for ease of use.
Is the ECE OL3 Complete Statement column of Long Text (aka Memo) data type by any chance? I think I'm correct in saying that it is not possible to group by a column of this data type. What you might be able to do in this situation is return a fixed number, up to 255 I think, of initial characters from the value in a computed column in the query the value by means of the Left function, and group by the computed column. The Long Text column's data could then be returned in a group header or footer. You'll need to amend the design of the report manually to do this, however. The report wizard will only get you so far.