Results 1 to 3 of 3
  1. #1
    chr1stoper1 is offline Advanced Beginner
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    55

    Help with my database please

    Hi I have a database which I have built for use at work. The general gist of it is I can search for parts by detail number by what the parts are made of and the mould number that makes the part.


    I have come across a problem most parts are made by one mould but some high volume parts have two moulds all the moulds have a unique number.
    Now to my problem, in one table I have the information mould 1 and another column for duplicate mould.
    Now when I search it will find mould 1 and show that it has a duplicate but I would like it to return the same if I type in the number of the duplicate tool, this is a problem because the primary key is the part detail number and both tools make the same part.
    Is this achievable ? Thanks for reading and I hope this makes sence

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    You need 3 tables,
    parts. (Uniq)
    moulds (uniq)
    and a PartMolds. This is the child table to a 1-many relationship of parts (master) to (child) PartMolds.

    partMolds fields:
    partid
    mouldID

    so 1 part can have many molds.

  3. #3
    chr1stoper1 is offline Advanced Beginner
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    55
    Thanks buddy will give it a try

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

Similar Threads

  1. Replies: 1
    Last Post: 03-21-2015, 11:55 AM
  2. Replies: 4
    Last Post: 11-27-2013, 09:51 AM
  3. Replies: 4
    Last Post: 08-21-2013, 07:08 AM
  4. Replies: 2
    Last Post: 01-28-2013, 04:42 PM
  5. Replies: 3
    Last Post: 05-15-2011, 10:52 PM

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