ukdane
11-24-2009, 01:06 AM
Come across a problem, and I need to brainstorm a solution, so if anyone has any ideas, any input is most welcome.
I'm currently designing a database to be used as a warehouse management system.
When an order is processed, and the goods are pulled from the warehouse, I need to be able to show the number of colli that have been pulled.
However we have some products that require sub products to be pulled (ie a frame is one colli, but the box of screws is another colli) both packages have the same product number.
I think the basic way to solve this, is to add create an additional product number for the under product ie product 3000 = frame, product 3000a = screws.
What I want to do is whenever an order is placed for product 3000, the sub products (in this instance 3000a) is automatically added to the order.
Any ideas how to achieve this?
The number of subproducts per product is variable.
(Access 2003)
I'm currently designing a database to be used as a warehouse management system.
When an order is processed, and the goods are pulled from the warehouse, I need to be able to show the number of colli that have been pulled.
However we have some products that require sub products to be pulled (ie a frame is one colli, but the box of screws is another colli) both packages have the same product number.
I think the basic way to solve this, is to add create an additional product number for the under product ie product 3000 = frame, product 3000a = screws.
What I want to do is whenever an order is placed for product 3000, the sub products (in this instance 3000a) is automatically added to the order.
Any ideas how to achieve this?
The number of subproducts per product is variable.
(Access 2003)