I have been given survey data with questions in one column and answers in another column. Each survey has 7 questions and therefore each survey is listed on 7 rows like this.
Survey Question Answer
1 Q1 D
1 Q2 S
1 Q3 N
1 Q4 VD
1 Q5 S
1 Q6 VS
1 Q7 Yes
2 Q1 VS
2 Q2 S
2 Q3 N
2 Q4 N
2 Q5 S
2 Q6 VS
2 Q7 No
I’ve been using Excel with named ranges and Vlookups to create a dataset with the 7 questions listed in separate columns with one survey per row like this (abbreviated to simplify example):
Survey Q1 Q2 Q3 Q4 Q5 Q6 Q7
1 D S N VD S VS Yes
2 VS S N N S VS No
Q=Answer to Question, so the Q1 column is the Answers to survey questions 1.
I am attempting to switch my process from Excel to Access 2007, but I'm having trouble getting results I need with one row per survey and answers to each survey question in a separate column.
I can get the results for answers to one question; however, when I add another answer field it doesn’t work. I knew it wasn't that simple, but I don't know what I need to do. I think I need to create a new field with the expression in the field name, but I can’t figure out how to make it work.
I haven't used Access as much as I should and I'm just starting to find my way. Any help with what I should do or what terms I should search for to try to find an answer would be much appreciated.
Thanks, Tammy
Bookmarks