Question
Query to bulleted list
I have a query that returns 31 results. The db is set up with a file name, url, membership, submembership. I want to create a bulleted list from the 31 records in the following manner
1
- item1
- item2
2
- item1
- item2
3
- item1
- item2
- subitem1
- subitem2
4
- item1
- item2
The question is ... the best way to do this. Is it easier to loop through the query and crete an array for each item? Thanks.
