Hello all!
I'm about to start on a project that is bigger than anything I've ever done to this point and will be database driven Web site for a band.
On paper, this is what I've got for my database:
tbl_members:tbl_albums:
- memberID
- memberName
- memberPhoto (link)
- memberBio
tbl_tracks:
- albumID
- albumName
- albumLabel
- albumYear
I think that's it ... anyway, my challenge is, over the years this band has had member changes etc. I want to have it so each album listing has a listing of the members who worked on that album. I'm having problems conceptualizing how I'm going ot efficiently build that.
- trackID
- trackName
- albumID
- trackLyrics
Any suggestions?






Bookmarks