vincesavoldi
Registered User.
- Local time
- Yesterday, 16:22
- Joined
- Jul 8, 2014
- Messages
- 14
Hi All,
I am having an interesting time on a project. I am trying to create a small inventory management database with BOM (bill of materials) control.
Today I am working on how to create the BOM's. In case your not familiar with inventory management, a BOM is basically a list of items and quantities used when creating a product.
Since it is possible for a single BOM to have over 200 Items associated with it, I can not have a single table with all my BOM's (fields max at 255)
So I was thinking I would be able to have a Master table with the BOM list and then create individual tables for each specific BOM.
I am not 100% sure how to make this all work together but I am struggling forward on my quest..
I was hoping I could create a form for BOM management, (create/edit/delete) but since I can not keep the BOMS in a single table I would need this form to create the new table.
Is it possible for a form to create a table? or do I have to create the table first than have a specific form per table to do the editing? or perhaps a drop down selector to choose which BOM/Table I am working on.
or am I going down the wrong rabbit hole?

I am having an interesting time on a project. I am trying to create a small inventory management database with BOM (bill of materials) control.
Today I am working on how to create the BOM's. In case your not familiar with inventory management, a BOM is basically a list of items and quantities used when creating a product.
Since it is possible for a single BOM to have over 200 Items associated with it, I can not have a single table with all my BOM's (fields max at 255)
So I was thinking I would be able to have a Master table with the BOM list and then create individual tables for each specific BOM.
I am not 100% sure how to make this all work together but I am struggling forward on my quest..
I was hoping I could create a form for BOM management, (create/edit/delete) but since I can not keep the BOMS in a single table I would need this form to create the new table.
Is it possible for a form to create a table? or do I have to create the table first than have a specific form per table to do the editing? or perhaps a drop down selector to choose which BOM/Table I am working on.
or am I going down the wrong rabbit hole?
