G
Guest
2 questions:
1) I have a table (tbl1) of randomized questions (eg. question 3,1,2,4) and
another table (tbl2) with multiple choices (eg. a,b c,d ) corresponding to
the questions of tbl1. A query will combine the two giving each question with
the choices. How do I sort so that the choices are in ascending order or
a,b,c,d and do not have to sort the random question number of 3,1,2,4. Right
now I have to sort the question first and then sort the choices, but that
will defeat the purpose of randomizing the questions.
2) How do I put these in a form so that question appears once with the
choices. Right now I have record of 3a, 3b, 3c, 3d (each with the question
wording and the choice wording). I want only 3 a,b,c,d (so that hte question
do not repeat with each choice). I can group the question in a report but
failed to do that in a form. Help.
1) I have a table (tbl1) of randomized questions (eg. question 3,1,2,4) and
another table (tbl2) with multiple choices (eg. a,b c,d ) corresponding to
the questions of tbl1. A query will combine the two giving each question with
the choices. How do I sort so that the choices are in ascending order or
a,b,c,d and do not have to sort the random question number of 3,1,2,4. Right
now I have to sort the question first and then sort the choices, but that
will defeat the purpose of randomizing the questions.
2) How do I put these in a form so that question appears once with the
choices. Right now I have record of 3a, 3b, 3c, 3d (each with the question
wording and the choice wording). I want only 3 a,b,c,d (so that hte question
do not repeat with each choice). I can group the question in a report but
failed to do that in a form. Help.