Results 1 to 2 of 2
  1. #1
    pedjvak is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Apr 2013
    Posts
    12

    Post tree product by form

    Dear All
    I am working in montage workshop that have some main products
    and each product included some parts
    and each part included some pieces
    point is here i want to have a form which I search by product's code in sub form show me related parts
    and then show the pieces in another sub form that related to first sub form
    it means can I have product tree in one form which I can edit in the sub forms ?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    yes, you can edit subforms.
    i see tables:

    tProducts
    --------------
    [ProdID] autonumber
    [product]
    [description]

    and a parts table
    tParts
    --------------
    [PartID] auto
    [PartNum] string
    [PartDescr] string
    [ProdID] long (FK to tProducts)
    [ParentID] (what this part belongs to in the chain)

    here the parts can have pieces in a self-relating table.
    partID part parentID
    1 car
    2 wheel 1
    3 bolt 2
    4 hub cap 2

    This is a more advanced concept, but parts are made of parts, that are also made of parts.

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

Similar Threads

  1. Replies: 7
    Last Post: 04-30-2015, 02:09 PM
  2. Replies: 6
    Last Post: 02-28-2015, 11:57 AM
  3. Replies: 2
    Last Post: 08-14-2014, 11:49 AM
  4. Replies: 4
    Last Post: 04-26-2013, 08:32 AM
  5. Replies: 3
    Last Post: 02-26-2013, 05:07 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