Quantcast
Channel: ASPRunner forums
Viewing all articles
Browse latest Browse all 2586

Updating multiple tables when a record is changed/added

$
0
0
Greetings,

I understand, that I can leverage Events function (such as Custom Record update or After record updated) in PHPRunner to do this but I cannot get it work.

Here is the background, I have 2 tables: A and B. The primary key for table A is "owner", table B also has a "owner" field but it is not a primary key. When a record is changed in table A, I wan to update specific fields for a record in table B that has the same "owner" as table A. The same thing is true if a new record is added to table A, I want a new record to be added to table that has the same "owner.

Any assistance on this would be greatly appreciated...

Thank you in advance.

Viewing all articles
Browse latest Browse all 2586

Trending Articles