I am designing a questionnaire project similar to what i did last yr using InfoPath for the questionnaire, SharePoint to house the questionnaire and access to query the results. I am looking for a better design in the way we calculate the results (if possible).
Last year I had a Specification table consisting of the document id, fieldname (question answer) and the value of the question. I wrote VBA code to build a result table with totals for each country that answered the questionnaire. So I simply read the questionnaire table, took the answer they entered and computed it against the matching question in the specification table.
Is there a better way to do this. It worked, but there are a lot of smart people on this site, I am interested in a more robust way to
tabulate the results.
Last year I had a Specification table consisting of the document id, fieldname (question answer) and the value of the question. I wrote VBA code to build a result table with totals for each country that answered the questionnaire. So I simply read the questionnaire table, took the answer they entered and computed it against the matching question in the specification table.
Is there a better way to do this. It worked, but there are a lot of smart people on this site, I am interested in a more robust way to
tabulate the results.