R
ran
I have a MS Access 2000 database that I am trying to use to tally paper
surveys regarding how people liked a particular event/activity. The database
consists of 15 tables. One table, ActivityTBL, holds details concerning the
activity/event, (time, place, facilitator, subject, etc.). This table is
linked to 14 other tables.
Ten of these tables relate to questions on the paper survey. Each of the 10
tables has 3 fields, a primary key, an event Id field (that links it to the
event detail table, ActivityTBL) and the answer field (number data type) to
that particular event being surveyed by a particular survey-taker/survey
participant. Survey participants may answer the first 10 questions by
choosing a number; 5 to 1. This corresponds to answers ranging from Strongly
Agree to Strongly Disagree to Not Applicable. The other four tables (memo
fields) are for comments people can write in on the paper survey. All tables
are linked by an Event ID field.
I have created a form, with a sub form for inputting the data. This works
well.
My problem is how can I count each possible response in a report to each
question. That is to say I have 10 tables each representing 10 questions.
The range of possible answers for each question could be:
5- Strongly Agree
4-Agree
3-Disagree
2-Strongly Disagree
1-Not Applicable
I need to be able to create a report that counts each possible answer for
each question. Something like this:
Question One Count
5- Strongly Agree 4
4-Agree 5
3-Disagree 6
2-Strongly Disagree 5
1-Not Applicable 0
Total Responses/answers 20
Question Two Count
5- Strongly Agree 6
4-Agree 4
3-Disagree 3
2-Strongly Disagree 8
1-Not Applicable 0
Total Responses/answers 21
How can I do this? Any comments on how to improve the table structure will
be greatly appreciated. Thank you
surveys regarding how people liked a particular event/activity. The database
consists of 15 tables. One table, ActivityTBL, holds details concerning the
activity/event, (time, place, facilitator, subject, etc.). This table is
linked to 14 other tables.
Ten of these tables relate to questions on the paper survey. Each of the 10
tables has 3 fields, a primary key, an event Id field (that links it to the
event detail table, ActivityTBL) and the answer field (number data type) to
that particular event being surveyed by a particular survey-taker/survey
participant. Survey participants may answer the first 10 questions by
choosing a number; 5 to 1. This corresponds to answers ranging from Strongly
Agree to Strongly Disagree to Not Applicable. The other four tables (memo
fields) are for comments people can write in on the paper survey. All tables
are linked by an Event ID field.
I have created a form, with a sub form for inputting the data. This works
well.
My problem is how can I count each possible response in a report to each
question. That is to say I have 10 tables each representing 10 questions.
The range of possible answers for each question could be:
5- Strongly Agree
4-Agree
3-Disagree
2-Strongly Disagree
1-Not Applicable
I need to be able to create a report that counts each possible answer for
each question. Something like this:
Question One Count
5- Strongly Agree 4
4-Agree 5
3-Disagree 6
2-Strongly Disagree 5
1-Not Applicable 0
Total Responses/answers 20
Question Two Count
5- Strongly Agree 6
4-Agree 4
3-Disagree 3
2-Strongly Disagree 8
1-Not Applicable 0
Total Responses/answers 21
How can I do this? Any comments on how to improve the table structure will
be greatly appreciated. Thank you