lodmark
Member
- Local time
- Today, 13:56
- Joined
- Jul 24, 2020
- Messages
- 232
When I started asking questions in this forum about how to create functionality in my database, I got a question about how I had intended to do with duets, ie songs with two artists. I then replied that I had intended to write the song with both artists.
It now turns out to be a bad idea to do so.
In my form which present the artist, I want to be able to see both which records I have with the artist but also which songs I have used in my program, but where I do not have the record.
I guess I need an intermediate table between Artist and record like below.
My thoughts is that i will populate this table like this, where artist_ID is from the artist table and record_artist_ID is the artist_ID of the song.
But I'm missing something here I think?
Leif
It now turns out to be a bad idea to do so.
In my form which present the artist, I want to be able to see both which records I have with the artist but also which songs I have used in my program, but where I do not have the record.
I guess I need an intermediate table between Artist and record like below.
My thoughts is that i will populate this table like this, where artist_ID is from the artist table and record_artist_ID is the artist_ID of the song.
But I'm missing something here I think?
Leif