I have to work with several people that are using a database with one question per field rather than a field for the Name, a field for the Question ID and a field for the answer. Now I need the data to use with another database to measure performance, but the people do not want to change their table structure. Is there a quick way that they can append to get the data in the structure needed to give to me or that I can do once I have the data (I have to link to theirs)? This will be a monthly thing, so I'd like to be able to do it rather quickly each month.
Here is how it looks now:
Name Q1 Q2 Q3 Q4 Q5
This is how it needs to look:
Name QuestionID Answer
There are quite a few questions. Is there a quick way to do this? Oh and i forgot to mention out of several people...two of them do have it in the structure that is needed.
Here is how it looks now:
Name Q1 Q2 Q3 Q4 Q5
This is how it needs to look:
Name QuestionID Answer
There are quite a few questions. Is there a quick way to do this? Oh and i forgot to mention out of several people...two of them do have it in the structure that is needed.