July 27, 200916 yr Newbies I am very new to FileMaker. Is there a generally accepted way to create a new record in a child table where it maintains the integrity of the relationship.I am understand the relationship concept pretty good. I want to find a way to be in the layout of the parent table and goto the child table and have the match field data of the parent table automatically populate the match field in the child table. It seems to be a pretty straight forward process but I am not sure how to do it in FileMaker. I didn't see any discussion in the documentation. Maybe I overlooked it but I need help with it.
July 27, 200916 yr Basically, there are two ways: 1. Enter the child data into the last portal row. This will automatically create a new child record and make it related to the current parent - provided the relationship is set to allow creation of child records; 2. Run a script that (a) loads the current parent's primary key into a variable, (: goes to the child table, © creates a new record, (d) sets child's foreign key to the variable, (e) ... .
July 27, 200916 yr Author Newbies Sure do appreciate the response. I just needed to know what the possibilities were and what steps were known to work.
Create an account or sign in to comment