CF Query Question
I wrote a query that basically pulls all stores from the store table. Within the table, a store could have multiple records, For example, store #1 could have 20 records for it. When I use coldfusion to display the results of the query, is there a way to consolidate the records so that each store only occupies 1 line. For example:
store #1 - all records for store #1
Store #2
Store #3
etc.
and NOT
Store #1
Store #1
Store #1
Any help would be much appreciated.
