honey2wood
Registered User.
- Local time
- Today, 01:17
- Joined
- Feb 16, 2010
- Messages
- 43
Hi to everyone,
I am building an inventory database for parts that go into producing a product.
I have a parts table, goods in table and a goods out table. I also have a 'Transaction query' that takes goods in and subtracts goods out to produce a stock level.
This is all very basic and works ok.
Each of the products is made up of up to 20 parts. At the moment as I sell a product I use the goods out table and take one of each part off to leave the stock level balance. Again this works OK. BUT it takes ages to do this for each part everytime I sell a product.
What I want is a way to enter the Product name with the number sold that automatically reduces all the parts totals.
I have 8 different products each using some of the same and some individual parts which complicates it a bit. Reject parts can be dealt with individually.
I expect this has been asked for many times before but I have been trying to find a thread but not sure what to search for.
Any information will be gratefully received.
Graham
I am building an inventory database for parts that go into producing a product.
I have a parts table, goods in table and a goods out table. I also have a 'Transaction query' that takes goods in and subtracts goods out to produce a stock level.
This is all very basic and works ok.
Each of the products is made up of up to 20 parts. At the moment as I sell a product I use the goods out table and take one of each part off to leave the stock level balance. Again this works OK. BUT it takes ages to do this for each part everytime I sell a product.
What I want is a way to enter the Product name with the number sold that automatically reduces all the parts totals.
I have 8 different products each using some of the same and some individual parts which complicates it a bit. Reject parts can be dealt with individually.
I expect this has been asked for many times before but I have been trying to find a thread but not sure what to search for.
Any information will be gratefully received.
Graham