Dyanmic Form Transfer of Information
DiggBlinkRedditDeliciousTechnorati
question by Pastor Rob | Hard
I have built a quiz like project, where the questions are drawn from a table. This allows me to make the quiz form more dynamic, and to make it so the form will expand to fit the number of questions that the test has.
On the form I have made it so that the name of the text box they enter the answer in is also dynamically called using the current question they are on. So it would be like "question" & query.currentrow, to give a name for the text box of question4 for example.
The problem I am having is in the submission of the form to test the answer. I am trying to make it so the answer query will loop through and compare the right answer to their answer. What I am finding is that when I reference the textbox that has the answer it only gives me the name of the textbox, but not the value the user placed in it. Could anyone assist me with this?
Post reply
Subscriptions
Got a Desktop Development Question?
Just Sign Up and ask the top Desktop Development experts!
|