D
DuWayne O'Neal
We manufacture concrete shelters. I pull BOM data down off of our ERP system into excel, then import into Access. I have ended up with about 90 plus BOM tables with different names. I need to put all this data into a normalized table. The database has grown to 176mb, so I need to break it up. Each BOM table has a name of the shelter ie.. PACB and all have the same structure with the following field names:
ID--given to it by access when i import.
fbompart--(part no)
fbomdesc--(part desc)
ftotqty--(qty used to make shelter)
fbommeas--(unit of measure)
Each table has between 300-600 parts
I also have a item master file that has a list of every part no we use with the following fields:
fpartnoID--given to it by ERP system.
fpartno--(same as fbompart)
fpartdesc--(same asfbomdesc)
fgroup--(The category of each part no)
So my question is how do I get all this data into a few tables, maybe one called Shelters, one called Category, one called Qty and one called Unit of Measure and still link all the data to each shelter?
I hope I have explained everything with enough details.
Just need help.
Thanks
DuWayne
ID--given to it by access when i import.
fbompart--(part no)
fbomdesc--(part desc)
ftotqty--(qty used to make shelter)
fbommeas--(unit of measure)
Each table has between 300-600 parts
I also have a item master file that has a list of every part no we use with the following fields:
fpartnoID--given to it by ERP system.
fpartno--(same as fbompart)
fpartdesc--(same asfbomdesc)
fgroup--(The category of each part no)
So my question is how do I get all this data into a few tables, maybe one called Shelters, one called Category, one called Qty and one called Unit of Measure and still link all the data to each shelter?
I hope I have explained everything with enough details.
Just need help.
Thanks
DuWayne