Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 5657 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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.

Posted

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) ... .

This topic is 5657 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.