in reply to Loop through params and dynamically create a table

Of course, you don't necessarily have to make a new table per survey; your data could be expressed in a single table:

survey, respondentID, question#, answer

  • Comment on Re: Loop through params and dynamically create a table