Hello everyone,
I've built a database with many-to-many relationships which is basically the same as the one in the link, but instead of artists having albums with genres, components have failure modes with genres.
http://www.databasedev .co.uk/many_to_many_ex ample.html
I'm referring to the form "View albums by artist".
What I need in the form is:
Artist ID
Artist Name
Then, instead of a dropdown box which allows me to select the album ID, I need a dropdown box which allows me to select the Genre of the album. Having selected the Genre, all of the albums associated with the artist of that genre should appear.
For example:
Artist ID 1
Artist Name U2
Genre "Rock" is selected.
Album ID, Album Name automatically appear:
3 Heathen Chemistry
7 The Joshua Tree
with a box next to them which allows additional information to be entered for that entry by the user (for example, a comment about any additional details necessary).
Thanks a lot.
I've built a database with many-to-many relationships which is basically the same as the one in the link, but instead of artists having albums with genres, components have failure modes with genres.
http://www.databasedev .co.uk/many_to_many_ex ample.html
I'm referring to the form "View albums by artist".
What I need in the form is:
Artist ID
Artist Name
Then, instead of a dropdown box which allows me to select the album ID, I need a dropdown box which allows me to select the Genre of the album. Having selected the Genre, all of the albums associated with the artist of that genre should appear.
For example:
Artist ID 1
Artist Name U2
Genre "Rock" is selected.
Album ID, Album Name automatically appear:
3 Heathen Chemistry
7 The Joshua Tree
with a box next to them which allows additional information to be entered for that entry by the user (for example, a comment about any additional details necessary).
Thanks a lot.
Comment