Using your design Duane (which again is superb)... in my case, one of the parts of the questionaire/survey, the user selects products in a combobox and they get written to a table (wich the survery ID, and the responder information along with the country. So for example the guy from Germany selects 8 products from the combobox. Now in one of the sections of the questionaire there are a series of questions about those products selected..."Low","High" , Yes,No, or a percentage that they would enter. Problem is for each question in this group, I need to show the product list and the place to enter the response.
Is the product being sold in a high risk location? Product 1 Y N
Product 2 Y N
Product 3 Y N
Is the product being sold to a high risk customer? Product 1 Y N
Product 2 Y N
Product 3 Y N
...
So how would one display the products that were selected....i do have them in a table. It's repeatable ...
This orginally came from an Excel sheet where the products were set up in columns across the sheet.