insert, edit, delete data from table A & table B together.

insert, edit, delete data from table A & table B together.

foosifoosi Posts: 2Questions: 1Answers: 0

i have table A and table B. they will have the same column and same data. i want it to be when i insert new row, same data will insert to table A and table B, same also when edit and delete.
issit possible to do this?

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    Is this using Editor?

    Colin

  • foosifoosi Posts: 2Questions: 1Answers: 0

    hi Colin,
    yes, i'm trying with editor..

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    Thanks, this thread should help. It's showing how to duplicate records between two tables. For your specific case, you would have a trigger in submitSuccess and use that as the queue to duplicate/edit/remove the row.

    Colin

This discussion has been closed.