
how do i arrange the QListANDAnswer SQL result to be as End result as attached photo..please help because i'm desperately need help..

Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nor Azlina MahmudPosted Jan 1, 2014, 10:00 PM
Nor Azlina MahmudPosted Dec 24, 2013, 1:51 AM
SELECT dbo.QuestionList.que_id, dbo.QuestionList.que_bm,
dbo.QuestionStudAnswer.ag_answer, dbo.QuestionStudAnswer.JUM_STUD_ANSWER
FROM dbo.QuestionList
INNER JOIN
dbo.QuestionStudAnswer
ON dbo.QuestionList.que_id = dbo.QuestionStudAnswer.ag_que_id
Jaganathan BantheswaranPosted Dec 23, 2013, 11:59 PM