A
andrewg
I know most people want to eliminate duplicate records, however i need
to create them!
I have a Access 2003 database which has a Form we'll call orders.
There are 10 subforms linked to orders through Order_ID. There are of
course 11 tables behind these forms.
I'd like to be able to create a duplicate of a record and all the
associated records in the linked subforms/tables.
I've read it possible with an append query, but I'm wondering if there
is a way to filter a recordset and then append the recordset back to
the original table. 11 recordsets, 11 filters and 11 appends as
opposed to 1 huge dirty query which would be harder to debug in my
opinion but i'm more than open to advice and options here.
to create them!
I have a Access 2003 database which has a Form we'll call orders.
There are 10 subforms linked to orders through Order_ID. There are of
course 11 tables behind these forms.
I'd like to be able to create a duplicate of a record and all the
associated records in the linked subforms/tables.
I've read it possible with an append query, but I'm wondering if there
is a way to filter a recordset and then append the recordset back to
the original table. 11 recordsets, 11 filters and 11 appends as
opposed to 1 huge dirty query which would be harder to debug in my
opinion but i'm more than open to advice and options here.