M
masayoshi hayashi
Dear Access users
I have a set of questions and corresponding answers to individuals:
ID Q1_1 Q1_2 ....
1 3 text1 ....
2 1 text2 ....
..
..
..
I want to cross tabulate a field to the rest of the questions and
output a report like this:
questionaries Q1_2=1 Q1_2=2 Q1_2=3
Q1_1 sex=male count
sex=female
Q1_3 place=USA
.. place=Canada
.. .
.. .
What is the most efficient way of doing this kind of thing in Access?
In Excel, I create pivot tables for each questions on the second
column "questionaries" then copy Q1_1, Q1_3, ... pivot tables to
another sheet and edit/format in a presentable manner. But this is
repetitive.
Also, is it true that Access cannot act as a database server? In a web
survey, I guess I could create Apache+PHP+MySQL combo and somehow make
PHP generate the above report. What would be the most efficient system
for web surveys?
Thanks for your reply and time.
I have a set of questions and corresponding answers to individuals:
ID Q1_1 Q1_2 ....
1 3 text1 ....
2 1 text2 ....
..
..
..
I want to cross tabulate a field to the rest of the questions and
output a report like this:
questionaries Q1_2=1 Q1_2=2 Q1_2=3
Q1_1 sex=male count
sex=female
Q1_3 place=USA
.. place=Canada
.. .
.. .
What is the most efficient way of doing this kind of thing in Access?
In Excel, I create pivot tables for each questions on the second
column "questionaries" then copy Q1_1, Q1_3, ... pivot tables to
another sheet and edit/format in a presentable manner. But this is
repetitive.
Also, is it true that Access cannot act as a database server? In a web
survey, I guess I could create Apache+PHP+MySQL combo and somehow make
PHP generate the above report. What would be the most efficient system
for web surveys?
Thanks for your reply and time.