Hi, I'm designing a simple database to help out a co-worker. There
are some questions I think are worth asking this individual before I
go any further, but I'd like some feedback on the approach I've taken
so far. This database is intended to assist in managing massive
quantities of sheet music. Please don't laugh, I'm using MS Access.
It suits this purpose just fine
(if this is unclear you can view it on my blog
http://sscode.blogspot.com/2008/12/table-inventory-master-sid-title.html
)
table: INVENTORY (master)
sID TITLE ARRANGER PUBLISHER GENRE INSTRUMENTS
auto text long int long int long int long int
table: ARRANGER
aID arranger
auto text
table: PUBLISHER
pID publisher_name phone_number
auto text text
table: GENRES
gID genre
auto text
table: INSTRUMENTS
iID instrument
auto text