In ASP/Access, I have to create a multiple-question survey,
store the
results in a database, and show the percentages on a page.
I'm not real sure
where to start... How would you guys do this?
I started by creating recordsets for Q1_Yes, Q1_No, and
Q1_N/A, counting the
Yes, No, and N/A answers, then calculating the percentages on
the page. For
19 questions, this would be 57 recordsets. I don't think this
is the best
way of doing it.
Suggestions?