Hi, Im totally new with access, please bear with me if its a bit weird or not clear what Im asking. Syntax is new
Im trying to build a database with documentation for some machinery I have been constructing. The total counting is around 110 special designed parts (with documentation) and around 1100 parts including Orings, screws, washers etc. There will be one db with drawings/documentation (pdf) and one with items both linked up on each other. However the one with items is a bit complex since a lot of the items are assemblies and need a bom-list. These lists can containb just one single item or it can be any number (typically btw 10-30 lines). Is it possible to make a "subrecord" to a record without making new databases? The subrecord will only contain information as "POS-NO ITEM-ID QTY" where the ITEM-ID will always refer to an item already existing in the database.
What Im imagining/hoping for is something a bit like this where the items 100014 and 100015 have subrecords/bom's attached (ISBOM=Y)...:
ID ITEM-ID ISBOM APPROVED APP DATE PRICE SUPPLIER
01 100010 N Y 2019-11-17 1.000,00 AA
02 100011 N Y 2019-11-17 1.100,00 AB
03 100012 N Y 2019-11-17 1.200,00 AA
04 100013 N Y 2019-11-17 1.300,00 AA
05 100014 Y Y 2019-11-17 5.100,00 WORKSHOP
_ POS QTY ITEM-ID
_ 001 002 100010
_ 002 001 100011
_ 003 001 100012
_ 004 001 100015
06 100015 Y Y 2019-11-17 800,00 WORKSHOP
_ POS QTY ITEM-ID
_ 001 003 100016
_ 002 001 100017
07 100016 N Y 2019-11-17 250,00 AC
08 100017 N Y 2019-11-17 50,00 AB
Thanks for any advice on getting started
Best - Niels

Im trying to build a database with documentation for some machinery I have been constructing. The total counting is around 110 special designed parts (with documentation) and around 1100 parts including Orings, screws, washers etc. There will be one db with drawings/documentation (pdf) and one with items both linked up on each other. However the one with items is a bit complex since a lot of the items are assemblies and need a bom-list. These lists can containb just one single item or it can be any number (typically btw 10-30 lines). Is it possible to make a "subrecord" to a record without making new databases? The subrecord will only contain information as "POS-NO ITEM-ID QTY" where the ITEM-ID will always refer to an item already existing in the database.
What Im imagining/hoping for is something a bit like this where the items 100014 and 100015 have subrecords/bom's attached (ISBOM=Y)...:
ID ITEM-ID ISBOM APPROVED APP DATE PRICE SUPPLIER
01 100010 N Y 2019-11-17 1.000,00 AA
02 100011 N Y 2019-11-17 1.100,00 AB
03 100012 N Y 2019-11-17 1.200,00 AA
04 100013 N Y 2019-11-17 1.300,00 AA
05 100014 Y Y 2019-11-17 5.100,00 WORKSHOP
_ POS QTY ITEM-ID
_ 001 002 100010
_ 002 001 100011
_ 003 001 100012
_ 004 001 100015
06 100015 Y Y 2019-11-17 800,00 WORKSHOP
_ POS QTY ITEM-ID
_ 001 003 100016
_ 002 001 100017
07 100016 N Y 2019-11-17 250,00 AC
08 100017 N Y 2019-11-17 50,00 AB
Thanks for any advice on getting started

Best - Niels
Last edited: