tc3596
Technical User
- Mar 16, 2001
- 283
I have a page that I need help with. I'm new to Web Programming. I'm using Coldfusion 5 and returning a query from SQL Server. I have my results displayed in a table. One of the columns has repeated information in it. This is my ultimate goal.
col1 col2 col3
Tim 1 2
Tim 2 3
Tim 3 4
Jim 1 2
.
.
.
How do I get it tpo show...
col1 col2 col3
Tim 1 2
2 3
3 4
Jim 1 2
.
.
.
col1 col2 col3
Tim 1 2
Tim 2 3
Tim 3 4
Jim 1 2
.
.
.
How do I get it tpo show...
col1 col2 col3
Tim 1 2
2 3
3 4
Jim 1 2
.
.
.