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

Recommended Posts

Posted

I have a field that is either a yes or no. If someone selects yes, it creates a record into another related Table and that part works fine. But what I want to do is that if they had selected yes and created the record and then go back and select no that the related record is deleted automically without dialog.

Stumped yet again...

Thanks

Posted

If someone selects yes, it creates a record into another related Table and that part works fine.

Hi

how did you manage that part ?

Posted

Because the Field that is in Table 2 is defined within Table 1, so when they select yes, it creates a record in Table 1 automatically.

Posted

...and the primary key is ?

BTW: if i'm understanding you correctly, your primary key is the check field and you are checking that field inside a portal.

If so, attach this script to that check field:

If[isEmpty(table1::check)]

Set field [table1::check;"Yes"]

Else

Delete portal row [no dialog]

End If

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