This is the problem > i have a form that i want person to enter <yes/no data type> if the answer is yes i want the form to pop up. <this information is only entered if the answer is yes otherwise this information is not needed> Which it does, but the information it is saving in second form to the table, is not related to the information in form 1. I think my relationships are messed up.
maybe make this clearer.
tblOne tblTwo
field1 <yes/no> field1<text>same field
Field2 field3
many more fields in each table.
but that is jist of it. The relationship i have is between field1<tblOne> <----one to many---> field1<tblTwo>
should this be one to one? if so how do i set it to that?
thanks
maybe make this clearer.
tblOne tblTwo
field1 <yes/no> field1<text>same field
Field2 field3
many more fields in each table.
but that is jist of it. The relationship i have is between field1<tblOne> <----one to many---> field1<tblTwo>
should this be one to one? if so how do i set it to that?
thanks