R
Robbvayne
I'm trying to create a database of all my CDs, and all the tracks within. I have currently got 3 tables
Albums - containing the album title and the artist name (combined being the primary key
Artists - containg the artist nam
Tracks - containing a field called "Track Title", the artist name and album title (which are linked to the table "Albums")
I am trying to make input forms, one for putting artists in (completed successfully), a table for putting in albums for these artists (successfully completed) and a form to link track titles to the albums. I can make a form that means you can choose from ALL artist names and ALL album titles, but I want to be able to limit the album titles to the artist chosen. I think it must have to be done through some kind of looking up but I don't know how to do it. Anyone?
Albums - containing the album title and the artist name (combined being the primary key
Artists - containg the artist nam
Tracks - containing a field called "Track Title", the artist name and album title (which are linked to the table "Albums")
I am trying to make input forms, one for putting artists in (completed successfully), a table for putting in albums for these artists (successfully completed) and a form to link track titles to the albums. I can make a form that means you can choose from ALL artist names and ALL album titles, but I want to be able to limit the album titles to the artist chosen. I think it must have to be done through some kind of looking up but I don't know how to do it. Anyone?