I cornered the bad code to this segment but cannot find it.
Set RS = objConn.Execute("UPDATE Questions SET question = ('" & question & "') WHERE (ContentPage, QNumb) = ('" & ContentPage & "','" & QNumb & "')"
For a=1 to Choices
Set RS = objConn.Execute("UPDATE Answers SET (order, correct, answer, reason) = ('" & a & "','" & Correct(a) & "','" & Answer(a) & "','" & Reason(a) & "') WHERE (ContentPage, QNumb) = ('" & ContentPage & "','" & QNumb & "')"
Next [sig][/sig]
Set RS = objConn.Execute("UPDATE Questions SET question = ('" & question & "') WHERE (ContentPage, QNumb) = ('" & ContentPage & "','" & QNumb & "')"
For a=1 to Choices
Set RS = objConn.Execute("UPDATE Answers SET (order, correct, answer, reason) = ('" & a & "','" & Correct(a) & "','" & Answer(a) & "','" & Reason(a) & "') WHERE (ContentPage, QNumb) = ('" & ContentPage & "','" & QNumb & "')"
Next [sig][/sig]