I have a main table(PC) with foreign keys from several tables such as Staff, OS, Devices. If I run an insert statement that adds a record to each of the tables, I know that the primary key/identity key for each table will be incremented. How do I get this new value to be reflected in the foreign key column of the main table. Is this what will happen if I check the "enable relationships for inserts and updates box on the properties sheets of the relationship diagram. thanks
aspvbwannab
aspvbwannab