Hello,

I'm trying to create a 3 column table with grouping. In the database,
I have a table where I'm extracting two fields Index, and Name. The
column Index have 1 letter for each record. The table would look as
follows:

Index Name

A Alabama
A Arkansas
A Austin
A Atlanta
A Arlington
B Boston
B Baltimore
B Burlington
B Burkeville
C Colorado
C Conneticut
etc...


I'm able to create a 3 column table using the horizontal/vertical
looper but I would like to be able to group them by letter when it is
displayed.

A
Alabama Austin Arlington
Arkansas Atlanta

B
Boston Burlington Burkeville
Baltimore

Is there a way this can be achieved?

Thanks,

Rob