Without knowing the DDL this is just a guess:
create trigger blah on table
for update, insert, delete
as
insert into table1 select * from inserted
insert into table2 select * from inserted
This is probably not what you need but without more information...Post more info if this does not help.
Ray Higdon MCSE, MCDBA, CCNA
------------
Ray Higdon MCSE, MCDBA, CCNA