+ Reply to Thread
Results 1 to 3 of 3

How do you create a multi level BOM data base?

  1. #1
    Registered User
    Join Date
    05-04-2022
    Location
    Berlin, Germany
    MS-Off Ver
    2016
    Posts
    18

    How do you create a multi level BOM data base?

    Hello everyone,

    I have to make a parts list that consists of several assemblies (see example in the picture). Now it's a matter of making the database for this so that I can allocate the components to an assembly. So that in the end I program a search function in VBA with which I can query an assembly and then see what this assembly consists of. For example, if I search for B2, then all components that follow in the family tree (B1 (T1 and T2), T1, T2) must be displayed so that the buyer knows which material he needs. Now I don't know which table form is best suited to create a database with this structure. I would be happy if you give me a few suggestions on what works best. Thank you very much.

    gozinto_03_en.png

  2. #2
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    Office 365 ProPlus
    Posts
    5,882

    Re: How do you create a multi level BOM data base?

    Preferably, I'd do this in true relational db (MySQL, MariaDB, SQL, etc).
    This sort thing is best kept out of Excel. While it isn't impossible, it will be difficult to maintain and may quickly get out of hand.

    You can use adjacency list data structure to accomplish your need.

    Have a read of...
    https://www.sqlservercentral.com/art...to-nested-sets
    https://www.sqlservercentral.com/art...calculations-1
    https://en.wikipedia.org/wiki/Hierar...database_model

    EDIT: To be clear. Creating database/table for multilevel BOM isn't hard to do in Excel. But crux of the problem is how you retrieve the data and hierarchy efficiently.
    Last edited by CK76; 05-04-2022 at 02:15 PM.
    ?Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.?
    ― Robert A. Heinlein

  3. #3
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    Office 365 ProPlus
    Posts
    5,882

    Re: How do you create a multi level BOM data base?

    Oh, if you don't want to re-invent the wheel.

    Something like below may suite your need.
    https://www.odoo.com/app/manufacturing

    Odoo offers free tier for single app. I've not used their MRP, but have used their PoS for small retailer.
    Last edited by CK76; 05-04-2022 at 02:26 PM. Reason: grammar

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Extracting the 1 level lower part numbers based on Level numbers in multi level BoM
    By Sekars in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-03-2022, 05:35 AM
  2. Macro needed to convert multi-level BOM to single-level BOM as per attached file
    By AhmedSaad in forum Excel Programming / VBA / Macros
    Replies: 35
    Last Post: 05-12-2021, 08:31 AM
  3. How to create multi-level slicer
    By ShriHanuman in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 06-25-2019, 04:26 AM
  4. Format the second level of multi-level category axis - clustered chart
    By mushkitoes in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 10-04-2018, 09:30 AM
  5. Create dynamic multi level reference ID (eg. 1.1.1, 1.1.2 etc)
    By ChrisNor in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-10-2017, 11:33 PM
  6. [SOLVED] creating Multi-level list styles using existing multi-level list?
    By JimmyWilliams in forum Word Formatting & General
    Replies: 2
    Last Post: 08-28-2017, 12:21 AM
  7. [SOLVED] Can I create multi-level passwords for the same workbook
    By waterskyle in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-18-2005, 04:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1