A
Alvin
I have a form called Assembly
It has a subform called Kits
The Assembly form shows my product and the Kits form is where
I assign child parts for the products for Assembly, (PP###).
The values in the subform " Kits" for the most part won't change but they
could.
Example is listed below. The KitID is NOT an Auto Number because it is the
ID Number for the PP Product that is to be Assembled.
I know this is long but here it is.
PartID is an Auto Number for each of the child parts.
Qty Needed is what it will take to build 1 Product called "PP202"
I have a TextBox Named txtQty.
Now here is the big question.
If I want to build 20 PP202's how can I enter 20 in txtQty on my main Form
and click a
command Button and it take away from my inventory and make txtQty empty the
next Time I Load the form?
I need it to subtract from my Inventory Transactions table per the example
below
20 red tape
80 .004 grey Latex
20 Brown Tape
20 Aluminum Frames
My Inventory Table is named "Inventory Transactions" The Auto Number for it
is TransactionID and
In it I also have a UnitsSold & UnitsNeeded colum. I'm not sure
which one to use and Have no Idea how to get the command button to send the
Qty for each Part ID.
I have about 75 Different PP Products with child Parts. Please help and
thanks in advance.
KitID ProductName Part Name Part ID Qty Needed
1 PP202 Red Tape 1 1
1 PP202 .004 grey Latex 2 4
1 PP202 Brown Tape 3
1 1 PP202 Aluminum Frames 4 1
It has a subform called Kits
The Assembly form shows my product and the Kits form is where
I assign child parts for the products for Assembly, (PP###).
The values in the subform " Kits" for the most part won't change but they
could.
Example is listed below. The KitID is NOT an Auto Number because it is the
ID Number for the PP Product that is to be Assembled.
I know this is long but here it is.
PartID is an Auto Number for each of the child parts.
Qty Needed is what it will take to build 1 Product called "PP202"
I have a TextBox Named txtQty.
Now here is the big question.
If I want to build 20 PP202's how can I enter 20 in txtQty on my main Form
and click a
command Button and it take away from my inventory and make txtQty empty the
next Time I Load the form?
I need it to subtract from my Inventory Transactions table per the example
below
20 red tape
80 .004 grey Latex
20 Brown Tape
20 Aluminum Frames
My Inventory Table is named "Inventory Transactions" The Auto Number for it
is TransactionID and
In it I also have a UnitsSold & UnitsNeeded colum. I'm not sure
which one to use and Have no Idea how to get the command button to send the
Qty for each Part ID.
I have about 75 Different PP Products with child Parts. Please help and
thanks in advance.
KitID ProductName Part Name Part ID Qty Needed
1 PP202 Red Tape 1 1
1 PP202 .004 grey Latex 2 4
1 PP202 Brown Tape 3
1 1 PP202 Aluminum Frames 4 1