sgillispie
New member
- Local time
- Today, 06:58
- Joined
- Nov 17, 2013
- Messages
- 4
Hello.
I'm working on a database for my vinyl record collection.
I have a table that has a list of the Artists. This table has ArtistID (primary key) and ArtistName and only has 1 entry for each Artist
I have another table that has a list of the Albums. This table has ArtistID, AlbumId (primary key), AlbumName, Genre (and other album related attributes I'm associating to each album) and can have multiple artist entries for each album by that artists. For example, if I have 4 RUSH albums, it will list RUSH 4 times - once for each vinyl record I have.
I have a third table that lists the Inventory. This table has ArtistName, AlbumName.
I'm trying to create a form that will allow me to select an Artist from a drop down and then have a 2nd box (not sure what type of box to use) display the list of all the albums I have for that artist.
Can anyone help me construct this?
I'm working on a database for my vinyl record collection.
I have a table that has a list of the Artists. This table has ArtistID (primary key) and ArtistName and only has 1 entry for each Artist
I have another table that has a list of the Albums. This table has ArtistID, AlbumId (primary key), AlbumName, Genre (and other album related attributes I'm associating to each album) and can have multiple artist entries for each album by that artists. For example, if I have 4 RUSH albums, it will list RUSH 4 times - once for each vinyl record I have.
I have a third table that lists the Inventory. This table has ArtistName, AlbumName.
I'm trying to create a form that will allow me to select an Artist from a drop down and then have a 2nd box (not sure what type of box to use) display the list of all the albums I have for that artist.
Can anyone help me construct this?