Danish Habib

Danish Habib

  • NA
  • 694
  • 231.8k

How to Access Records

Dec 25 2014 10:28 AM
I have a table QuestionTarget
Its fields are
(questionID,QuestionTarget)

And Another table Answer
(AnswerID,Q01ID,Question01Answer,Question02ID,Question02Answer.......)


In answer table I have all answers in one row with their own column like question01,answer01,question02,answer02......




Now I want to get the target value from First table(questiontarget) and Answer of that target from second table Answer table how to join these two table 

Answers (1)