Hi,
I have 2 tables:
tbl_Questions with fields: Question_ID, Question
101, Question1
102, Question2
103, Question3
and
tbl_Answers with fields:Company_ID,Question_ID,Answer
1334, 101, AnswerQ1
1334, 102, AnswerQ2
1334, 103, AnswerQ3
1678, 102, AnswerQ2
Number of Questions is not constant.
I need data in the format:
Comp_ID, Question1,Question2,Question3,.....and so on
1334, AnswerQ1, AnswerQ2,AnswerQ3,................
1678, , AnswerQ2, ,...........
Is it any easy way to do it?
Please help if you can.
Best,
Marta
I have 2 tables:
tbl_Questions with fields: Question_ID, Question
101, Question1
102, Question2
103, Question3
and
tbl_Answers with fields:Company_ID,Question_ID,Answer
1334, 101, AnswerQ1
1334, 102, AnswerQ2
1334, 103, AnswerQ3
1678, 102, AnswerQ2
Number of Questions is not constant.
I need data in the format:
Comp_ID, Question1,Question2,Question3,.....and so on
1334, AnswerQ1, AnswerQ2,AnswerQ3,................
1678, , AnswerQ2, ,...........
Is it any easy way to do it?
Please help if you can.
Best,
Marta