Greyowlsl
Mlak Mlak
- Local time
- Tomorrow, 08:37
- Joined
- Oct 4, 2006
- Messages
- 206
Hello,
I have 3 tables:
Product
Part
Allocation
The Allocation table has 4 fields:
Pkey (Autonumber)
Product_Index (Index from product table)
Part_Index (Index from part table)
Quantity (Manually entered)
When I create a new part (with new part index) I need a record created in the allocation table for each unique product, and the part index field also autopopulated with the new part index eg.
Product1..........Part39
Product2..........Part39
Product3..........Part39
The quantity can then be manually entered.
How can i do this, and/or is there a better way to do this?
Thanks for your time
Kind Regards,
Leon
I have 3 tables:
Product
Part
Allocation
The Allocation table has 4 fields:
Pkey (Autonumber)
Product_Index (Index from product table)
Part_Index (Index from part table)
Quantity (Manually entered)
When I create a new part (with new part index) I need a record created in the allocation table for each unique product, and the part index field also autopopulated with the new part index eg.
Product1..........Part39
Product2..........Part39
Product3..........Part39
The quantity can then be manually entered.
How can i do this, and/or is there a better way to do this?
Thanks for your time

Kind Regards,
Leon