I need to add a trigger to a table so that if a user submits an isert and forgets a foreign key field, I will go out and find a vlaid value and add it to their insert statement. So I think this has to happen before the insert, but then what? How do I change the values in the insert stmt before they are inserted?