I have a form that is a dynamic questionnaire. The number and content of the questions will change on a regular basis, so I am trying to make a form that will allow me to automatically pull the current questions and have the correct number of text boxes to display them on the form, along with the accompanying combo box for each question to allow the user to answer. I want to stay away from having bound text boxes with a form header/footer/detail section, if possible, but I know that would be the most obvious way to go about this.
I want to be able to let the person finish the questionnaire without it altering any data in the tables, and force them to click a command button that makes sure that they have answered all the questions and asks them if they are sure they want to save the answers. If they say yes, I want it to add new records in the table for their answers, or edit one if one already exists.
Any suggestions?
I want to be able to let the person finish the questionnaire without it altering any data in the tables, and force them to click a command button that makes sure that they have answered all the questions and asks them if they are sure they want to save the answers. If they say yes, I want it to add new records in the table for their answers, or edit one if one already exists.
Any suggestions?