I have created a database with hundreds of quiz questions hoping that I could extract them to create quizzes in Microsoft Word. To do this I have created several related databases. One is QUESTION(w/ QuestionID as the primary key) connected to QUIZ(w/ QuizID as a primary key) through a join file that includes QuestionID, QuizID, and DateUsed. In order to track which students have taken the quiz I have also created a STUDENT database with a unique StudentID. This is connected to QUIZ through a join file which includes QuizID, StudentID, and DateTaken. I was wondering what is the easiest way to create these quizzes and use them in Word and if the current setup is neccessary. Thank you,
Andrew Moon
Andrew Moon