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 6936 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Ok, I am just not getting the picture here...

I have two tables and all I want to do is if the field in Table 1 "SerialID" is populated, that a new record is created in Table 2 and users can view the data of those new records in Table 2 sorted by the "SerialID".

What would be the easiest way to accomplish this?

Posted

Write a script to:


  • 1.) create a record in your first table (the SerialID will be auto-entered)
    2.) set the SerialID value to a variable or a global field
    3.) create a new record in the second table
    4.) set the serialID value you have stored in your variable or global field to whatever field serves as the key between your 2 tables.

This topic is 6936 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.