Can anyone help with this?<br>I have two tables, related via an index where the index is an autonumbered field in one of the tables.<br>I then want to append a collection of related records to both tables, retaining the relationships.<br>At present I do this record by record, appending the first one to the table with the autonumbered index, finding out the new index, then appending the records in the related table, changing the index to the new one.<br>This is very slow - is there some SQL that can do this automatically?<br>Thanks<br>