morechocolate
Technical User
This is a two part question.
I am populating a HTML table from recordsets returned from a table in my database. I am not sure how to do what I want.
1. I want a table structure like so (all the info comes from the database) Do I need to use a for loop in addition to the usual Do Until NOT rs.EOF?
a b d e
f g h i
2. How to I handle the table structure if there is not an even number of items being retured from the table? I am worried about the colspan issue.
a b d e
f g
Thank You
I am populating a HTML table from recordsets returned from a table in my database. I am not sure how to do what I want.
1. I want a table structure like so (all the info comes from the database) Do I need to use a for loop in addition to the usual Do Until NOT rs.EOF?
a b d e
f g h i
2. How to I handle the table structure if there is not an even number of items being retured from the table? I am worried about the colspan issue.
a b d e
f g
Thank You