I have 2 tables in a one to many relationship. I have created an input form but at this point I have to use a new form for every value in the "many" table related to the value in the "one" table. I'd like to be able to enter multiple values on one form. the form would need to have the ability to create new records in the "many" table based on the input to the form. something like "Do you wish to enter another record" for a given field. Ie., table "One" is "Mom". Table "many" is "Children" - a mom can have many children. I'd like the input to gather all the information it needs for the "Mom" table and in the "Children" field be able to add "John", "Susan", "Mary".
Can anyone tell me how to do this?
Cathy
Can anyone tell me how to do this?
Cathy