I have a scenario with a many-to-many relationship and trying to achieve an outcome where a new record is created on a separate table any time a linked record from Table 1 is updated.
For example, Product #1 is assigned to Purchase Order A and Purcha...