I have two tables one is the header and one is the detail. I need to be able to copy specific corresponding records from both tables and create new records that have new primary keys. Im not sure how to do this as I have primary keys in both tables and one of the fields in the detail table in a reference to the primary key in header table. Failing misserably! Any suggestions