Hi, I wonder of somebody would be good enough to give me a little bit of assistance.
I am creating a DB to log my clients and to record what parts they send me.
My clients own music which they ask me to handle the manufacturing of their optical discs, CD's DVD etc.
I need to know the best way to set up my tables (tblCustomers, tblTitles & tblMasters and Relationships in order to accurately record which clients own which Titles and in turn which masters are associated with a particular title.
Each title has a unique reference (eg. abc123) and a master would have the same reference if there is only one master or the same Cat reference preceded with a /1, /2, /3 etc for more than one master.
Would it be better to have the Unique reference (PK) for the Titles Table (tblTitles) set as the Catalogue reference and the same for the Master Table (tblMasters)? but then how would I relate these to the correct Customer so that the master(s) are related to the correct Title and the Title related to the correct Customer?
Thanks for any assistance on this.
Grant