G
Guest
These are my tables
Questions (Q_ID, Subject, Level, Type
Exams (E_ID, Subject
Applicant (A_ID, Level
NumberofQuestions (Subject, Level, #MC, #E
In printing an exam, the number of examination questions depends on the Subject and Level. Some Subjects have two types of exam questions: MC (multiple choice) and E (essay) but most of the Subjects have MC questions only. A user will input the E_ID and then the exam will be generated. The number of questions (for MC questions or both MC and E) for each Subject and Level will be found in the NumberofQuestions table. By using a query, I was able to get the number of MC and E questions for the user-specified E_ID. My problem is that I don’t know how to randomly select these many questions (no duplicates) from the Questions table. I am new at access and I’m afraid I can’t understand the previous postings related to my problem (on randomizing). Thanks in advance
Questions (Q_ID, Subject, Level, Type
Exams (E_ID, Subject
Applicant (A_ID, Level
NumberofQuestions (Subject, Level, #MC, #E
In printing an exam, the number of examination questions depends on the Subject and Level. Some Subjects have two types of exam questions: MC (multiple choice) and E (essay) but most of the Subjects have MC questions only. A user will input the E_ID and then the exam will be generated. The number of questions (for MC questions or both MC and E) for each Subject and Level will be found in the NumberofQuestions table. By using a query, I was able to get the number of MC and E questions for the user-specified E_ID. My problem is that I don’t know how to randomly select these many questions (no duplicates) from the Questions table. I am new at access and I’m afraid I can’t understand the previous postings related to my problem (on randomizing). Thanks in advance