I have two tables: Master_Transaction & Transaction_Detail; this is a one to many relationship.
When a new row is added to Master_Transaction, the autonumber field creates a unique identifier.
Immediately after Master_Transaction gets updated, I would like to retrieve that new unique identifier and add it into Transaction_Detail.
Is there a way to do this?
When a new row is added to Master_Transaction, the autonumber field creates a unique identifier.
Immediately after Master_Transaction gets updated, I would like to retrieve that new unique identifier and add it into Transaction_Detail.
Is there a way to do this?