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

Recommended Posts

  • Newbies
Posted

Hi, Im building a royalty database where each album has artists, Producers, and songs, and each song has authors. It works up to there but i cant keep a unified address book of the authors, artists, and producers, I dont know how to do that. Please look at my file and make any suggestions.

Thanks

Alex Rodriguez

VastagoRoyaltiesV2.fp7.zip

  • Newbies
Posted

Thanks, I think it's pretty much what I needed, however when I look at the address layout I cant see the names of the author, producer or artist created, I just see the address. Also, when I look at the file in Layout mode all my fields say things like "powerful scripts" "customizable buttons" and things like that instead of the actual field name. How can i take that off.

Thanks.

Posted

First, in layout mode go to View>Show>Sample Data and uncheck. That's a method to use to make sure your relationships are working. You will see the correct data in the fields while in layout mode.

Next, I played with the name problem and perhaps someone with more experience can figure that out. Since you have 3 separate tables for Artist, Author and Producer I could not get the name in the address layout. Personally, I would have set up one table with a "Type" field and set my relationships based on type. Then I could get the data from any related table Occurrence. But, I didn't want to re-write your solution.

HTH

Al

  • Newbies
Posted

I thought about the type field but then didn't know how to handle the fact that sometimes one person can be an author, a producer, or an artist, and that this person can appear in one or more albums or songs and I dont want to duplicate all that data.

Thanks for all your help

Posted

You could have three tables: Works, People and Credits. The Credits table is a join table between Works and People, and could look something like this:

CreditID: 75 (auto-entered serial number)

WorkID: 24

PersonID: 56

Credit: Producer

RoyaltyShare: 25%

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