We are working with a form to serve as a questionnaire (answers will be text). Currently our form is linked to one table containing both Question and Answer fields, among others. We want to have more than one user answer the same question. The Question field is populated from the table and locked for editing and the Answer field is currently empty. Each time a new user pulls up the form, we would like to populate the Question from the Question field in the table, but clear out the Answer from previous users (unless a previous user is re-entering then we would like the previous responses to come in). Currently we can get our form to either populate both the Questions and previously entered Answers or leave both blank. Is there a way to have the form create another set of Answers which still link to the questions?