Experiencing Brain Freeze: comparing 2 sets of values
Hi here is my issue, my app uses questionnaires to capture interview data, the administrator can add questions to the questionnaires at any time. This issue comes in when new questions are added to questionnairs that are opened in edit mode. The new questions appear but when the edited form is saved the data from the new questions is not saved, this because the action page, updates the response based on question id, and since the new questions have never been saved they are not in the response table and dont get updated.
What I need to do is compare the question id being passed by the form with question ids in the response table for the specified questionnaire Then take the form question ids that do not match [this is where my brain quits]question ids in the response table and instert them into the response table.
How do i isolate the new question id's?
thanks
