I have a many to many relationship which I have designed as two tables each with a one to many relationship to a junction table (with the id fields from each of the other two tables). When I do an insert to the two "regular" tables, what is the best way to get the id values into the junction table? just another insert statement, triggers, something else? I've never used triggers before so i'm not sure if they are appropriate.