Results 1 to 4 of 4
  1. #1
    Grant2012 is offline Novice
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    7

    Quick table setup question

    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
    Attached Files Attached Files

  2. #2
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    So one customer can have zero or more titles and one title can have zero or more masters?
    This is how I would start (see attached PDF)

    Without knowing more about the field types or seeing data in the tables, it is hard to provide more....

  3. #3
    Grant2012 is offline Novice
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    7
    Thanks Steve, I really appreciate the assistance.

    We wouldn't have a Customer that doesn't own a Title or associated Masters, Customers would have at least 1 Title but could have many more

    I'll give this a try, essentially I need to be able to keep track of which Title belong to which Customers and which Masters are used to create which Titles.
    The unique identifier for any Title or Master is a Catalogue Reference (eg. DADCD001) but a Title could have 1 or more Masters (most I've done is 10).

    I want to be able to design a Form that lets me enter the Title information, (CustomerID (owner),
    TitleCat Reference (eg. DADCD001),
    TitleId (eg. Songs for Dads)
    and a couple of other fields. That Form will allow me to add the data to the tblTitles

    Then I do the same to log the associated Masters into the tblMasters, these then have to be related to a title and in turn to the Customer.

    So, those 3 tables are very important in order to get everything else correct and working properly.


    Do you think the Relationship you suggested would allow me to do this or would it be better if I showed you an example of the data I currently have?

    Many thanks again

    Grant

  4. #4
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Do you think the Relationship you suggested would allow me to do this or would it be better if I showed you an example of the data I currently have?
    It always helps to see the data.. and to know the data types of the fields as you see the design. If you attach a dB, note that my Access version is A2000 .



    I want to be able to design a Form that lets me enter the Title information,
    You need a form to enter the Customer info, a form to enter the Title info and a form to enter the Master info. This is at a minimum.... maybe more forms.
    The form record sources should be a query.
    You could use the form to enter the Title info to also enter the Master info - a form-subform arrangement. I use those a lot.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Quick Question
    By chivo123 in forum Access
    Replies: 6
    Last Post: 01-24-2012, 09:52 AM
  2. Quick Question!
    By kp123 in forum Access
    Replies: 1
    Last Post: 12-12-2011, 02:21 PM
  3. Quick Question about Subform
    By rgrwatson85 in forum Forms
    Replies: 2
    Last Post: 09-16-2011, 04:16 PM
  4. Quick question for all of those who use Access
    By claytonkeirns in forum Access
    Replies: 1
    Last Post: 09-06-2011, 04:04 PM
  5. Quick Question
    By Imgsolutions in forum Access
    Replies: 3
    Last Post: 07-19-2010, 11:22 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums