N
NFL
I have a main form where the data source points to a table with 7 questions.
All I have in that main form is a combo box which will select one question.
The relationship is one question (no duplicates). I also added an unbound
combo box to select a person from a different table.
Now, the subform's source object has a relationship of many questions tied
to the main form and will give me what I need. The Child Fields and Master
Fields both agree. I also included a checkbox in that subform which I think
might help.
What I would like to do is add a command button to the main form that will
search records has a checkmark set to true. If true, then I would get
information from that specific record and also the person's name from the
main form and place both of those on a separate table.
Would the subform need to be setup as a single form so I could include the
person for each record separately?
Thank you,
All I have in that main form is a combo box which will select one question.
The relationship is one question (no duplicates). I also added an unbound
combo box to select a person from a different table.
Now, the subform's source object has a relationship of many questions tied
to the main form and will give me what I need. The Child Fields and Master
Fields both agree. I also included a checkbox in that subform which I think
might help.
What I would like to do is add a command button to the main form that will
search records has a checkmark set to true. If true, then I would get
information from that specific record and also the person's name from the
main form and place both of those on a separate table.
Would the subform need to be setup as a single form so I could include the
person for each record separately?
Thank you,