In my SQL on the page I select a certain set of records and then display them all on screen. Each record has a start date.
What I would like to be able to do is as the records are looped and placed on the page to look at the start date and place a table around each start date grouping and place the start date at the top of each of these tables.
So in the end there will be so many grey boxes depending upon the start dates displayed and the date relating to each grouping at the top of each of these boxes.
I think I could loop this to get the result but not sure how to go ahead and finish the task!
Thanks...
What I would like to be able to do is as the records are looped and placed on the page to look at the start date and place a table around each start date grouping and place the start date at the top of each of these tables.
So in the end there will be so many grey boxes depending upon the start dates displayed and the date relating to each grouping at the top of each of these boxes.
I think I could loop this to get the result but not sure how to go ahead and finish the task!
Thanks...