Edited by HansV to reduce picture in size – please don’t post pictures larger than 640 x 480 pixels.
I am in the process of converting something from a web-based tool to an Access tool.
It is similar to a survey.
I have a list of questions in a table (question#, QuestionText,Active). I need this list to be dynamic, meaning if I set Active to False, then the question will not be presented. Each question can have one of 3 responses, Acceptable, NotAcceptable, or NotApplicable. Also, each question needs to allow the user to provide comments specific to that question, if that makes sense.
I also need to get some other info from the users, but I have this info on a form already.
What I can not figure out is how to present the questions to the users. I tried a continuous form based on the questions table, but when I placed radio buttons for the response, when I change one, they all change. How do I fix that?
I also need to know how to reference the question/answer/comments so I can save them in a different table.
Any suggestions?
In the attached, the part on the right, in the red rectangle, would ideally go inside the solid red on the left.
Thanks!