innonet
Posts: 55
|
| Posted: 10/02/2011, 5:42 PM |
|
I am having a brain fart with a simple quiz that I am supposed to write.
Table QUESTIONS
QNo (Question Number)
Question
Table ANSWERS
ANo (Answer Number)
QNO
Answer
The Questions and answers are displayed in an editable grid.
QNO | Question | Radio Button With Answers
1 | Capital of Paris | o Paris o London o Vienna
2 | Capital of Sweden | o Helsinki o Stockholm o Berlin
and so on
How can I retrieve the matching answers (based on the QNO) in an editable grid in a Radio Button field ?
In short, should work like a depending list box. Depending on the question that is displayed, the appropriate answers should be displayed in the radio button list.
Any help or input is greatly appreciated.
Thank you !
|
 |
 |
CodeChargeMVP
Posts: 473
|
| Posted: 10/23/2011, 1:49 AM |
|
I haven´t tried editable grids due to my projects specifications, but I guess than when you save the editable grid the option selected would be recorded on the table, so next time you check that form or editable grid, the option selected would be showed to the end user.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
|