I have 2 tables.
tblParts
columns: PartID, PartNum, PartPrice
tblPricing
Columns: PricingID, PartID, PartPrice1
When a Part is updated or inserted i want to insert the new price and the PartID into tblpricing.
What would be the best way to accomplish this?