C
Crispy
I am trying to teach myself a basic understanding of how to set up and use
Access (2002 version)
In doing so, I am wrestling with the best way of structuring tables for a
database of CD Albums.
The information I want to include is:
Artist Name
Album Title
Notes about the Artist
Web address of artist
Notes about the Album
Year of release
Track Names
Number of tracks
Total running time of CD
Price of CD
Condition of CD
Record label
Genre of music
A list of pointers to pictures of album covers (to avoid OLE bloat)
Other Notes (general notes on Album or artist)
My inclination is to make a separate table for each and to then work out the
relationships between the data.
Is this correct, or should it be something like
1. ALL artist related info in one table
2. ALL Album related info in another
I have read that it is preferable to split data into as many discrete tables
as possible.
Anyone have any views on what be the most efficient way to do this also with
a view to flexibility and expansion in the future?
Thanks in advance
Access (2002 version)
In doing so, I am wrestling with the best way of structuring tables for a
database of CD Albums.
The information I want to include is:
Artist Name
Album Title
Notes about the Artist
Web address of artist
Notes about the Album
Year of release
Track Names
Number of tracks
Total running time of CD
Price of CD
Condition of CD
Record label
Genre of music
A list of pointers to pictures of album covers (to avoid OLE bloat)
Other Notes (general notes on Album or artist)
My inclination is to make a separate table for each and to then work out the
relationships between the data.
Is this correct, or should it be something like
1. ALL artist related info in one table
2. ALL Album related info in another
I have read that it is preferable to split data into as many discrete tables
as possible.
Anyone have any views on what be the most efficient way to do this also with
a view to flexibility and expansion in the future?
Thanks in advance