I want to create a query that will group results based on the
first letter of the record text. First they would be grouped by
Category, then by letter of the alphabet and then be Ordered
alphabetically. I would also like to use this query to try and
populate a CFTREE.
As an example I would use Books.
The query would Order by: Book Category, the first letter of
the Book Title, and finally the Book Title.
The results would be Grouped by: Book Category, then first
letter of the Book Title.