I am working on a survey database. I build three tables: Demographic, Questions and Response. As their name, the demographic include all indiviudal's personal information, the question table include 20 survey questions, and Response table include the responses, comments and other information. Both demographic and question tables are one side, and Response table is many side.
I want to build a form, which have demo information at top, all the 20 survey questions are listed at the left bottom, and the response is correspondingly list at the right bottom. it will looks like this:
Name____ Education level______ Gender___ City______ State______
Que Question Description Response Comment1 Comment2
q1 XXXXXXXXXXXXXXXXXXXXXXXXXXX Y/N XXX XXXXX
q2 XXXXXXXXXXXXXXXXXXXXXXXXXXXX Y/N XXXX XXXXX
.
.
.
Q20 ...
Any help are appreciated.
I want to build a form, which have demo information at top, all the 20 survey questions are listed at the left bottom, and the response is correspondingly list at the right bottom. it will looks like this:
Name____ Education level______ Gender___ City______ State______
Que Question Description Response Comment1 Comment2
q1 XXXXXXXXXXXXXXXXXXXXXXXXXXX Y/N XXX XXXXX
q2 XXXXXXXXXXXXXXXXXXXXXXXXXXXX Y/N XXXX XXXXX
.
.
.
Q20 ...
Any help are appreciated.