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

Recommended Posts

Posted

I have attached an illustration for a database I am making in Filemaker 7

I am relatively new to this program and understands the basics of FMPro ( I believe so ; )

In the attached illustration, I wanted to know which fields should I be linking in the relationships editor, whether my thought process as illustrated in the picture will work to implement the logic.

Please Help !!

Question1.jpg

Posted

You need to add the corresponding foreign keys to the Type table and SubType table, and link each primary key from the parent table to the foreign key in the child table.

Type will have a FruitID field and SubType will have a TypeID field. The relationships will then be:

Fruit <=> Type

Fruit::FruitID = Type::FruitID

Type <=> SubType

Type::TypeID = SubType::TypeID

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