@ Antonmb
Genre should be specific to an artist with the possibility of sub-genre, possibly second genre, to an album. No-one thinks of an artist by multiple genres. Louis Armstrong will be automatically thought of as Jazz, Bessie Smith as Blues. They may well do the odd album outside of that (think Taylor Swift’s latest album) but that would be the exception.
However, since Genre will always be a unique item, as will artist, it should be easy to do a query listing on a one to one relationship. It appears impossible as everything is relating to an album which, if true, is poor design. I was doing databases for work and commercially 20+ years ago using Microsoft’s Access (from version 2.0 if you’re interested) and the users could do things like this relatively easily. Table relationships are basically one to one or one to many.
The current output gives me:
“Artist”,“Genre”
“AC/DC”,“Hard Rock”
“Afro Celt Sound System”,“Celtic”
“All About Eve”,“Goth Rock”
“All About Eve”,“Goth Rock”
“All About Eve”,“Goth Rock”
“All About Eve”,“Goth Rock”
“All About Eve”,“Space Rock”
“Altan”,“Celtic”
“Altan”,“Celtic”
“Tori Amos”,“Alternative Rock”
“Tori Amos”,“Alternative Rock”
“Tori Amos”,“Alternative Rock”
“Laurie Anderson”,“Electronic”
“Laurie Anderson”,“Avantgarde; Spoken Word”
“Leah Andreone”,“Alternative Rock”
“Daryl Anger”,“Compilation; Folk Rock”
“Anonymous 4”,“Medieval Chant & Polyphony”
“Anonymous 4”,“Medieval Chant & Polyphony”
“Anonymous 4”,“Medieval Chant & Polyphony”
“Anonymous 4”,“Medieval Chant & Polyphony”
“Any Trouble”,“New Wave”
“Any Trouble”,“New Wave”
“Any Trouble”,“New Wave”
“Any Trouble”,“New Wave”
Whereas I want:
“Artist”,“Genre”
“AC/DC”,“Hard Rock”
“Afro Celt Sound System”,“Celtic”
“All About Eve”,“Goth Rock”
“Altan”,“Celtic”
“Tori Amos”,“Alternative Rock”
“Laurie Anderson”,“Electronic”
“Laurie Anderson”,“Avantgarde; Spoken Word”
“Leah Andreone”,“Alternative Rock”
“Daryl Anger”,“Compilation; Folk Rock”
“Anonymous 4”,“Medieval Chant & Polyphony”
“Any Trouble”,“New Wave”
but sorted by Genre (the “one” (read “unique”) in this scenario)
@tfdb
Thanks but I don’t think you understood what I was asking about. As to your suggestion then, although you were obviously totally unaware of this, and absolutely no criticism is implied, you were involved with a Grandmother & eggs situation. Having worked in IT for in excess of 50 years I’m more than aware of what’s available out there as you have probably gathered.
But I do appreciate you taking the time and energy to try to assist.