W
webedz
I have taken over a database (really rusty on my Access) and they want me to
try and pull all of their survey information together. Problem is that there
are two tables for this survey. One table contains 27 columns of which 1 is
the "Company", 2 is "User_id" (all null by the way), 3 "Last_name", 4 "Type"
and the remaining columns are all the survey questions with row headers of
"1" -"23". The survey questions were responded to by placing a 1, 2, 3, 4 or
5 in the select column/row.
My second table has 1 column called "Values" which contains 5, 4, 3, 2, 1,
0. That is it.
First the responses of 1-5 should denote Strongly agree (5) down to Not
Applicable (0).
How on earth do I go about getting this somewhat clean - by splitting the
table and re-organizing or is there a way to just write a decent form to pull
this information? I had hoped to provide the following:
Company
Last Name (person being evaluated within the company)
Questions (1-23 in an outline format)
Strongly Agree Agree Neutral Disagree Strongly Disagree Not
Applicable
% % % % %
%
Percentages would be sum of all "5" divided by Total of all responses for
that question by group above.
Thank you all for any insights or suggestions!
try and pull all of their survey information together. Problem is that there
are two tables for this survey. One table contains 27 columns of which 1 is
the "Company", 2 is "User_id" (all null by the way), 3 "Last_name", 4 "Type"
and the remaining columns are all the survey questions with row headers of
"1" -"23". The survey questions were responded to by placing a 1, 2, 3, 4 or
5 in the select column/row.
My second table has 1 column called "Values" which contains 5, 4, 3, 2, 1,
0. That is it.
First the responses of 1-5 should denote Strongly agree (5) down to Not
Applicable (0).
How on earth do I go about getting this somewhat clean - by splitting the
table and re-organizing or is there a way to just write a decent form to pull
this information? I had hoped to provide the following:
Company
Last Name (person being evaluated within the company)
Questions (1-23 in an outline format)
Strongly Agree Agree Neutral Disagree Strongly Disagree Not
Applicable
% % % % %
%
Percentages would be sum of all "5" divided by Total of all responses for
that question by group above.
Thank you all for any insights or suggestions!