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

AH!! problem with a relational database!!


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

Recommended Posts

Posted

Do you need to search on the Status field in MAIN or just display it? If you only need to display it, just put a field on the layout using the relationship to the ALUMNI file based on the unique id for each person or create a calculation in MAIN that displays this related field, if there will be records in MAIN which will not have a related ALUMNI record.

If you need to index this field for search capabilities, you'll need an Update script in the ALUMNI file that either sets the related MAIN record's status, using Set Field [relationship_MAIN::Status, Status] or calls a script in MAIN that goes to a layout containing your unique relationship id and performs a Relookup on that field.

If it's possible that ALUMNI may contain a record that is not currently in MAIN, test that [not IsEmpty(relationship_MAIN::id)] before updating MAIN's Status.

Posted

Hey, Poo-Bah:

Thanks for the advice and for responding to my post! My problem has been simplified... or at least I think I can now relate it in more simple language...

or maybe not, but either way, I figured out and implemented one solution... but now that solution is causing new problems (!!)

so I wrote a new post. "Keeping the data after removing the lookup... ???"

http://www.fmforums.com/threads/showflat...&PHPSESSID=

your council is more than welcome.

Thanks Again!

smile.gif

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