Hi John
Yes, this is possible. In Tab 5, have a look at the sub-tabs for each target table. There is a tab called "Pre and Post TableOp Expressions". (NOTE: Only available with a Professional License).
You can add one or more expressions to the grid for evaluation after the table operation (e.g. create or update) has happened. This can include a dbupdate() or dbinsert() that can update a source record or insert a new record into the source database.
Inaport also provides other functions to assist in this:
pk() - return the primary key of the record just created/updated
issinglematch() - return true if the record just touched was matched
Have a look in the expression editor in the section 'Pre and Post Table Op Expressions' and also in the help.
Any other questions, please ask.
Regards
Admin