Jump to content

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

Recommended Posts

Posted (edited)

I'm trying to create a field that displays contents from multiple related records. Is this possible? This is the specific instance:

I currently have a 'song' database. Each song is a record with additional fields for album title, genre, explicit content, composer, etc.

In a separate 'album' database, I would like to create a field that lists all the songs from the album (based on a relationship matched on album title).

Is this possible? Or am I going about this in the wrong way?

I can create a value list that gives such a list, but I don't know how to make such a field.

Edited by Guest
Posted

I think that you should have two different tables or files (if you are using FM6), one for albums and the other for songs. Each album should have its own uniqID, and each song would have a matching keyID for the album.

Then you can use a portal etc to show all the songs related to each album as you scroll through your album records.

Just a suggestion...

Posted

Just as a side note, I would use some kind of uniqID as the relationship key rather than the album title just in case album titles are the same for different artists.

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