I have a form with 26 questions. Next to each question I have a drop down menu that has: YES, NO, N/A
My form pulls the ID from the main form, also the date does the same.
My problem is kind of complicated. I tried to create a Append qry for each drop down and a master qry to run all of them. In the Event procedure for the "OnClick" I am calling a append qry to record each quesiton as a new record. Below is a examle:
Q1: A1 - Yes
Q2: A2 - N/A
Q3: B1 - NO
Q4: B2 - Yes
and so forth for 26 total questions.
I have a table that has 3 Fields: ID, Question(Which stores the A1, A2, etc.), Answers(Which stores the YES, NO, N/A).
The cycle which I would like to accomplish is as follows:
From User Input(i.e. Drop down) -> QRY into a table(where each question is a record.)
I would greatly appreciate any assistance.
My form pulls the ID from the main form, also the date does the same.
My problem is kind of complicated. I tried to create a Append qry for each drop down and a master qry to run all of them. In the Event procedure for the "OnClick" I am calling a append qry to record each quesiton as a new record. Below is a examle:
Q1: A1 - Yes
Q2: A2 - N/A
Q3: B1 - NO
Q4: B2 - Yes
and so forth for 26 total questions.
I have a table that has 3 Fields: ID, Question(Which stores the A1, A2, etc.), Answers(Which stores the YES, NO, N/A).
The cycle which I would like to accomplish is as follows:
From User Input(i.e. Drop down) -> QRY into a table(where each question is a record.)
I would greatly appreciate any assistance.