K
Kurtb4 via AccessMonster.com
Hello,
This is the start of a new database adventure for a small manufactoring
process.
The customer wants to track Inventory 'sold' and 'on-hand' as well as
lifetime repair history for serial numbered items. This is no problem. I
would use tables 'tblInventory' and 'tblRepairs'. He also wants to track item
count of manufactoring orders for a specific model number. This is no problem
either with a table 'tblManufOrders'. Each Model number order would be
represented in 'tblManufOrders' as one record each without serial numbers.
My problem is what to do if a manufactoring order has been filled and the
Model number needs to be entered into 'tblInventory'. If the manufactoring
order calls out, let's say, for 50 items of a specific model number I would
like to copy from 'tblManufOrders' and append into 'tblInventory' 50 generic
records which then could be each edited with the serial numbers given to each
item in the manufactoring process.
Perhaps somebody in this forum would have some conceptual ideas on how to
accomplish this task?
Thanks,
Kurt
This is the start of a new database adventure for a small manufactoring
process.
The customer wants to track Inventory 'sold' and 'on-hand' as well as
lifetime repair history for serial numbered items. This is no problem. I
would use tables 'tblInventory' and 'tblRepairs'. He also wants to track item
count of manufactoring orders for a specific model number. This is no problem
either with a table 'tblManufOrders'. Each Model number order would be
represented in 'tblManufOrders' as one record each without serial numbers.
My problem is what to do if a manufactoring order has been filled and the
Model number needs to be entered into 'tblInventory'. If the manufactoring
order calls out, let's say, for 50 items of a specific model number I would
like to copy from 'tblManufOrders' and append into 'tblInventory' 50 generic
records which then could be each edited with the serial numbers given to each
item in the manufactoring process.
Perhaps somebody in this forum would have some conceptual ideas on how to
accomplish this task?
Thanks,
Kurt