Is it possible to have an option group get its values from a table?
I am building a survey application and I would like to have a form where I would show the question and the available answers would be presented in an option group (radio buttons).
Tables look like this:
table Questions
QuestionID
QuestionText
table Answers
QuestionID
AnswerID
AnswerText
AnswerNumValue
Thanks guys and have a great Mundial !!!
I am building a survey application and I would like to have a form where I would show the question and the available answers would be presented in an option group (radio buttons).
Tables look like this:
table Questions
QuestionID
QuestionText
table Answers
QuestionID
AnswerID
AnswerText
AnswerNumValue
Thanks guys and have a great Mundial !!!