RaineSpencer
Programmer
Hi -
I need to create an insert trigger that will insert a record into another table (B) when a record is added to table (A). I need to insert both static values for some columns and values from the inserted table...for instance I need the regdate of the new record in table A in column 1, a "4" in column two, the amount from the new record in table A in column 3, a "P" in column 4, etc.
How can I do this???
TIA,
Lorraine
I need to create an insert trigger that will insert a record into another table (B) when a record is added to table (A). I need to insert both static values for some columns and values from the inserted table...for instance I need the regdate of the new record in table A in column 1, a "4" in column two, the amount from the new record in table A in column 3, a "P" in column 4, etc.
How can I do this???
TIA,
Lorraine