Results 1 to 3 of 3
  1. #1
    mrknight415 is offline Novice
    Windows 10 Access 2016
    Join Date
    Jul 2016
    Posts
    1

    [Noob Question] Linking Serial Numbers to Product and Customer

    Hi, I'm a total newb to access and am trying to setup what I feel is quite a simple database. I have a database with products, part numbers, and customers.

    Here's is where I'm getting confused.

    Suppose each product contains a set of part numbers, and each part number has a large number of parts that have been manufactured, each with their own serial number. I would like to be able to setup a database where I can quickly reference a customer, find out what products they're using, and also determine which serial numbers are being used on those products.

    I feel this would be tedious, perhaps with each part requiring a table of serial numbers.



    What would be the best way to do this?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    An example
    youd need a tPart table.
    [part#], [name],[manuf],[serial], and maybe [parent]

    The parent field may be used when parts are composed of parts, ie, wheel
    The wheel part would consist of smaller parts, like tire, hub, hub cap, valve.
    Each of these small parts would have a serial # and a parent = tire.

  3. #3
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    See this link for insight and example

    Since you are an admitted newb, you should research Normalization. Also look for any/all info on hierarchies and hierarchical structure with database.

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

Similar Threads

  1. Autopopulating Serial Numbers
    By nkoenig34 in forum Programming
    Replies: 3
    Last Post: 01-19-2016, 11:07 AM
  2. Access - product list by customer margin
    By Evans2 in forum Access
    Replies: 1
    Last Post: 11-29-2015, 06:21 AM
  3. Replies: 1
    Last Post: 06-09-2015, 10:04 AM
  4. mutli serial numbers in one
    By wirelineuk in forum Queries
    Replies: 1
    Last Post: 10-11-2012, 01:26 PM
  5. Replies: 3
    Last Post: 09-03-2012, 04:54 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