Can anyone advise me how to set up a database which is to hold the results of various questionairres.
There are 4 types of questionairre and each one has about 50 - 100 questions on it.
There are a number of paper versions of the questionaiire already completed and the person who needs the analyse the results would like to input the results into an access form which looks the same as the questionairre. ie name, age, dept, date of survey at top and then for each question a number, the question and a yes or no option box. They then want to get percentages of the yes answers for each question grouped by age, dept etc.
Someone had already started a database with each record consisting of name, age, dept, date,Q1,Q2, Q3 etc. this works to a point but to get the questions on the form (rather than just the question number) they have had to type them into labels. This seems rather an odd way to do it and time-consuming as the same will have to be done for reports. However I am having trouble thinking of a better way of doing it. Making question number a field in the results table with another table listing question number and question doesn't seem to work with what I need to do as I end up with 50 - 100 records for each questionairre ie one record for each question number
There are 4 types of questionairre and each one has about 50 - 100 questions on it.
There are a number of paper versions of the questionaiire already completed and the person who needs the analyse the results would like to input the results into an access form which looks the same as the questionairre. ie name, age, dept, date of survey at top and then for each question a number, the question and a yes or no option box. They then want to get percentages of the yes answers for each question grouped by age, dept etc.
Someone had already started a database with each record consisting of name, age, dept, date,Q1,Q2, Q3 etc. this works to a point but to get the questions on the form (rather than just the question number) they have had to type them into labels. This seems rather an odd way to do it and time-consuming as the same will have to be done for reports. However I am having trouble thinking of a better way of doing it. Making question number a field in the results table with another table listing question number and question doesn't seem to work with what I need to do as I end up with 50 - 100 records for each questionairre ie one record for each question number