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

Recommended Posts

Posted

I have a table that contains several different classes of images. I need to mix various images into one record in another table - It is a product catalogue that shows interchangable parts of a finished product. Am I best to separate the various classes of parts (images) into individual tables and relate these to the completed product table or is there a way to collect the required images from one table into a single product record in another table? I have it working the first way but would like to simplify the structure and updating process.

Posted

Definitely do not separate the different images into separate tables. This will cause all kinds of headaches for you. Keep them in a single table and differentiate them with a category field.

You could use a multi-key to avoid creating a many-to-many relationship but it will make other tasks more difficult like populating the multi-key and reporting. I think you are better off with a traditional join table for your many-to-many relationship.

Since it sounds like you may need some help with the concepts behind a join table, I have referenced an invoicing solution that demonstrates a standard many-to-many relationship. Hope it helps.

http://www.filemakerpros.com/joinprint.zip

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