D
dee
Hi,
I'm not sure if I'm on the right track. I have a MainForm and SubForm.
When tab to end of MainForm, SubForm is populated through an append query.
Works very well.
Here is my problem.
Let's say I have 5 questions and possible answers. When the append query
runs, I see the 5 questions and possible answers, I select the participant's
response and all is fine.
BUT
If I add other question(s) to the questions/answers table and scroll to an
existing ppt's data, I only see the initial 5 questions, answers, responses.
(New ppts are no problem, the append query runs and populates all questions,
etc.)
I am trying to create another append query for those ppts that I run through
a button on the form that looks for the existing question ID and, if it
doesn't already show, add it. In other words, if questions 6 and 7 (and
corresponding answers) haven't been added for this ppt because they didn't
exist when their data was initially input, then add them.
Is this possible, or am I totally off track with how I'm trying to
accomplish it?
Thanks so much, as always, to the wonderful people in these groups.
I'm not sure if I'm on the right track. I have a MainForm and SubForm.
When tab to end of MainForm, SubForm is populated through an append query.
Works very well.
Here is my problem.
Let's say I have 5 questions and possible answers. When the append query
runs, I see the 5 questions and possible answers, I select the participant's
response and all is fine.
BUT
If I add other question(s) to the questions/answers table and scroll to an
existing ppt's data, I only see the initial 5 questions, answers, responses.
(New ppts are no problem, the append query runs and populates all questions,
etc.)
I am trying to create another append query for those ppts that I run through
a button on the form that looks for the existing question ID and, if it
doesn't already show, add it. In other words, if questions 6 and 7 (and
corresponding answers) haven't been added for this ppt because they didn't
exist when their data was initially input, then add them.
Is this possible, or am I totally off track with how I'm trying to
accomplish it?
Thanks so much, as always, to the wonderful people in these groups.