Subject field value after an insert that is not part of the insert
Author Ed Dressel
If I execute a SQL 'insert' how do I get a field's value (generated
in the trigger) after it is inserted? I have the
IB_Connection.GeneratorLink (so I guess I could parse the .Text and
get the ID to include in the SQL)--but is there an easier
(different) way? I have a process that is generic so far and getting
that ID looks like the last stumbeling block.

Ed Dressel