larkeyshark
Programmer
I am trying to update addresses in another database when records in my database are changed. I do not need to check which actual field is changed, so I simply delete (via query) the corresponding addresses in the other database and replace with the current ones from my database (both databases use same primary key). This works fine on inserts and updates using "after insert" and "after update" to fire the 2 queries, but not with "On delete". I tried also "before del confirm" and "after del Confirm" but could not get the records to update. When I run the queries manually they work fine. I suspect it has to do with timing the event?
Thanks for helping.
Thanks for helping.