Results 1 to 2 of 2
  1. #1
    Subhunter is offline Novice
    Windows XP Access 2000
    Join Date
    Nov 2010
    Location
    New Hampshire
    Posts
    8

    1-to-many link

    Hello,

    I am trying to set up a new program here at work to help with our bidding process. The problem I am running into is linking our multiple suppliers to one component of the main product.

    Product Parts Suppliers
    - thingamajig -capacitor -A, B, C


    -resistor -A, D, F
    -diode -C, H, G

    I can link the Parts to the Product just fine but when I try to build the many-to-many table to link the suppliers I keep getting a 1-to-1 relationship.

    Any help would be appreciated.

    Thanks,

    Jeff
    Last edited by Subhunter; 11-17-2010 at 03:04 PM. Reason: Title change

  2. #2
    TheShabz is offline Court Jester
    Windows XP Access 2003
    Join Date
    Feb 2010
    Posts
    1,368
    i would have 4 tables.
    Product
    Parts
    Suppliers
    PartSuppliers

    Product 1-M Parts
    Parts 1-M PartSuppliers M-1 Suppliers

    you need a many to many relationship between Parts and Suppliers to make it work. The "juntion table" PartSuppliers facilitates that as Access does not have a direct Many-to-Many.

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

Similar Threads

  1. One-way link between tables
    By Mikele di Sagitter in forum Database Design
    Replies: 1
    Last Post: 07-23-2010, 08:26 AM
  2. Display Link
    By ellechim in forum Import/Export Data
    Replies: 0
    Last Post: 06-30-2010, 08:46 AM
  3. Link Master Field and Link Child Field
    By evander in forum Forms
    Replies: 2
    Last Post: 05-25-2010, 09:13 PM
  4. Link PDF on form
    By Cae in forum Forms
    Replies: 3
    Last Post: 01-09-2010, 07:49 AM
  5. Best way to link tables together?
    By marleyuk in forum Access
    Replies: 1
    Last Post: 06-07-2009, 08:44 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