
December 9th, 2003, 06:55 AM
|
|
Contributing User
|
|
Join Date: Nov 2000
Location: Spartanburg, SC
Posts: 66
Time spent in forums: 7 h 26 m 23 sec
Reputation Power: 8
|
|
|
MS Access form with multiple records per page
Hi,
I need to design a form looking like an evaluation sheet with about 20 questions and possible answers to them. A user would have to select answers according to questions.
Questions need to be pulled from a table called "tblQuestion" and inserted all at once in the same page of a form. Answers are taken from a "tblAnswer" table as a combo boxes beside each question. Results of this form would go to a 3rd table called "tblResult".
I was playing with the forms and couldn't get further than placing a single combination of question-answer on that form. Could anybody give me a hint on how on one form I could have multiple question-answer combination which would insert multiple records in the "tblResult" table.
I'm a beginner in Access and don't know any VB coding or Macros.
Thanks in advance.
In case you need to see the tables' structures:
tblQuestion: (ID | Category_ID | Question)
tblAnswer: (ID | Response)
tblResult: (ID | Question_ID | Response_ID | CLASS_ID)
__________________
Thanks!
|