i am creating a multiple choice quiz. i have 2 tables each being a seperate recordset( 1 for questions and answers, the other for the user responses).
I have got the users response from a form and stored them all in an array. what i need to do now is update the user response recordset and post back to the database.
But i need to first identify a specific row within the database, defined by the user login which is again a variable passed from a form.
Any ideas??
Using Visual Interdev 6, IIS
I have got the users response from a form and stored them all in an array. what i need to do now is update the user response recordset and post back to the database.
But i need to first identify a specific row within the database, defined by the user login which is again a variable passed from a form.
Any ideas??
Using Visual Interdev 6, IIS