--- On Thu, 12/27/07, Erik Jones <erik(at)myemma(dot)com> wrote: > TG_TABLE_NAME will have the name of the table the trigger > was fired on. With that and using EXECUTE for your INSERT > statements, you'll probably be set. True the table name is the easy part, but how do I determine the Primary Key components of the table that will also be needed in the SQL string that will be executed? Regards, Richard Broersma Jr.