Hi
Relative novice (been working in access for ages but never really done any coding or actual complex databases). I need help in the design of a database which will be used to keep track of inventory.
I work for a manufacturer which has a structure which we call a BUS and is made up of smaller components (lets call them cages)
BUS
Cage 01
Cage 02
Cage 03
Each cage is also comprised of different components
Cage 01
Component A
Component B
Component D
Component E
Cage 02
Component A
Component C
Component F
Component G
Cage 03
Component B
Component C
Component D
Component F
This is with 3 Cages and 8 Components where I actually have 13 "Cages" and over 2200 unique "Components" and almost 100 BUS's on order (with the idea to just add more BUS's as the orders come in.
We receive shipments per 3 BUS's at a time.
I have to create a tracking system (in access) where a shipment of component quantities can be captured against ALL the current BUS's on order where over supply of a specific component will overflow onto the Next BUS's supply. Every individual BUS has to have a report that splits it up into cages and states the % received for every BUS as well as display the Components per cage with their quantities and % complete per cage (per BUS).
Please help?