J
Jesse
ok well let me do my best here to epxlain what I am trying to do.
I need to create a form that has a dropdown box with company names that is
pulled from the company table. I then need the subform to have a list of
questions from the topic table and then a response filed for the response
table. Now here is what I thought I needed. The response table stores the
CompanyID and the TopicID and then a numeric response field. What I am
looking to do is to Select the company and have all the Topics listed even if
there is no response yet. Then if a response is entered into the response
field the CompanyID, TopicID and Response be stored in the Response table so
I can then do some data manipilation and reporting. My problem is that I can
not seem to generate the list of Topics in the sub form because there are no
records in the response table matchin the company. I want the sub form to
pull up all topics and if there is a response show it. I hope this make sence
and would appriciate any help.
I need to create a form that has a dropdown box with company names that is
pulled from the company table. I then need the subform to have a list of
questions from the topic table and then a response filed for the response
table. Now here is what I thought I needed. The response table stores the
CompanyID and the TopicID and then a numeric response field. What I am
looking to do is to Select the company and have all the Topics listed even if
there is no response yet. Then if a response is entered into the response
field the CompanyID, TopicID and Response be stored in the Response table so
I can then do some data manipilation and reporting. My problem is that I can
not seem to generate the list of Topics in the sub form because there are no
records in the response table matchin the company. I want the sub form to
pull up all topics and if there is a response show it. I hope this make sence
and would appriciate any help.