m1kegbrown
Registered User.
- Local time
- Today, 22:16
- Joined
- May 2, 2003
- Messages
- 11
I am trying to create aa questionaire where I do not have to enter in the questions and answers statically. I have made table of questions and a table of answers and a joining table that has the id from each of the preceeding tables. The problem is every time I make the table I never get the right result.
When I use a query to produce a result of all the questions that link to the questions I get multiple instances of each question (which is to be expected).
What I want to figure out is how in a form to get each question to display once with a pull down(combo)box next to it. In the pull down I would like it to be populated with all the answers associated with that question and only that question.
In addition I need to figure out how to take these results and post them to another table that has the users ID and the questionID and keywordID so that I can look up there reults later
When I use a query to produce a result of all the questions that link to the questions I get multiple instances of each question (which is to be expected).
What I want to figure out is how in a form to get each question to display once with a pull down(combo)box next to it. In the pull down I would like it to be populated with all the answers associated with that question and only that question.
In addition I need to figure out how to take these results and post them to another table that has the users ID and the questionID and keywordID so that I can look up there reults later