Hi all,
Pre-thanks for reading this.
I am in the process of reporting data based on surveys that have been conducted.
I have a hand full of different tables (Survey, questions, answers, contacts, surveylink (Contacts & surveys to answers)). I would like to display the survey results on a report like the following:
Question Text Person A Person B Person C
1. How are you Good Great Had Better
today?
2. Did you eat Yes Yes Somewhat
today?
.... continues...
Currently I have the "Question Text" componet set up by making a query selected by survey.
I am having trouble with displaying the individuals information. It is stored in one table named "answers". From queries I can get only one get individuals answers and display it by a sub-form.
I was hoping if someone knows a way to display the answers similar to what I mentioned above by making it in a query.
I read that there are ways to do this in a temporary-table but that would be poor methods (it does get the job done but not nicely).
Thank you
Mgoo
Pre-thanks for reading this.
I am in the process of reporting data based on surveys that have been conducted.
I have a hand full of different tables (Survey, questions, answers, contacts, surveylink (Contacts & surveys to answers)). I would like to display the survey results on a report like the following:
Question Text Person A Person B Person C
1. How are you Good Great Had Better
today?
2. Did you eat Yes Yes Somewhat
today?
.... continues...
Currently I have the "Question Text" componet set up by making a query selected by survey.
I am having trouble with displaying the individuals information. It is stored in one table named "answers". From queries I can get only one get individuals answers and display it by a sub-form.
I was hoping if someone knows a way to display the answers similar to what I mentioned above by making it in a query.
I read that there are ways to do this in a temporary-table but that would be poor methods (it does get the job done but not nicely).
Thank you
Mgoo