I want to create a database to track my extensive CD collection. What I am wondering is the best way to design the db. For example, I want to record the Artist, CD Title, each track and perhaps the release date. The part that confuses me, is how best to capture the tracks since the number of tracks varies from cd to cd. My hope is to use an Access db as a backend only and then create some forms in ASP to actually enter data. Again, the problem is what to do with the tracks, since it is not a set number. Would it be best to just have a separate table for the tracks but then also include a column for the CD ID#?
Please share your input on how you would handle a project such as this.
Please share your input on how you would handle a project such as this.