sir
In my database I have one column for question. Four columns are meant for options 1,2,3,4. The 5th column is YES/NO column.
The answers for the questions are entered into 5th column by a option box.
Now I would like to print a report with the questions and correct answers which are present in the 1,2,3,4 columns.
1) bbbbbbbb 2) cccccc 3) ddddd 4) eeeeeee
answer = 2
I would like to have the question answer in the report as given below
Q) aaaaaaaaaaaaaaa aa
answer = 2) cccccc
Thank you
In my database I have one column for question. Four columns are meant for options 1,2,3,4. The 5th column is YES/NO column.
The answers for the questions are entered into 5th column by a option box.
Now I would like to print a report with the questions and correct answers which are present in the 1,2,3,4 columns.
Example
Q) aaaaaaaaaaaaaaa aa1) bbbbbbbb 2) cccccc 3) ddddd 4) eeeeeee
answer = 2
I would like to have the question answer in the report as given below
Q) aaaaaaaaaaaaaaa aa
answer = 2) cccccc
Thank you
Comment