Hi, FrustratedStudent,
I received the picture; thanks. Your form seems pretty sophisticated.
I fear I'm wasting your time; your form is far different from anything I've designed. Nevertheless, here goes -- some questions regarding points on which I'd need clarification to figure-out why your approach requires a Save for each entry.
Here's what I infer from the picture:
The subform is a based either on a single table or, alternatively, on a query, with each tab based on part of the query.
The user sometimes (always?) must use each page more than once for a single record. For instance, if the answer to the first question were yes, the user would return to answer the second question.
Each question corresponds to a unique table or query field, and the response should get entered in that field.
The Response text box looks like it's not a list box, and since it's clearly not a combo box, the user must type-in the answer.
If these inferences are right, then I guess my basic question pertains to table/query structure and how the response box is tied to it. If there's only one response box per page, how does the answer get directed into the appropriate field when the respondent has to use the page more than once?
To answer your about whether I hard-coded the questions: Yes. Unlike yours, my questionnaire/survey forms were meant to be used only once.
JerSand