How can I solve this problem. I have 2 tables linked by id.
Link is one to many relantionship. I created the form and the subform using the form wizard. The suborm is datasheet.
What is happenning righ now is that sometimes the record on on the main table won't have have any reocord to link for example
main form
id 1
last name Smith
first name John
subform
id child name 1
1 Eagle Beaver
1 Blue Jay
if a person does not have any children we still want it to be stored, but it stores the record on the main table but there is nothing on sub table because there are no children. How do I make so that if there are no children just to store the record
thank you for any suggestions
Link is one to many relantionship. I created the form and the subform using the form wizard. The suborm is datasheet.
What is happenning righ now is that sometimes the record on on the main table won't have have any reocord to link for example
main form
id 1
last name Smith
first name John
subform
id child name 1
1 Eagle Beaver
1 Blue Jay
if a person does not have any children we still want it to be stored, but it stores the record on the main table but there is nothing on sub table because there are no children. How do I make so that if there are no children just to store the record
thank you for any suggestions