Hi,
Want to save data to a table (TBLSDSHIPMENTS) after a new record is saved in table (SHIPPER_LINE). Because of other triggers and restrictions on this table am not able to save all the data i need to a table with an after insert trigger.
Can save of some (but not all) of the critical fields needed. Is there a work-around or timer that can be used to go in, check and populate the TBLSDSHIPMENTS table ?
Have used a vb app with a timer to monitor a table and perform the updates but was hoping for a nicer solution.
Thanks, Steve.
Want to save data to a table (TBLSDSHIPMENTS) after a new record is saved in table (SHIPPER_LINE). Because of other triggers and restrictions on this table am not able to save all the data i need to a table with an after insert trigger.
Can save of some (but not all) of the critical fields needed. Is there a work-around or timer that can be used to go in, check and populate the TBLSDSHIPMENTS table ?
Have used a vb app with a timer to monitor a table and perform the updates but was hoping for a nicer solution.
Thanks, Steve.