K
keesb
I have a tabel [Invoice] and a table [InvoiceDet]. For every record in
[Invoice] their can be more records in [InvoiceDet].
So those are mother and child records.
The tables are joind by [Invoice_ID] (unic) and [InvoiceDetInvoice_ID].
Now I want to copy a record form [Invoice] into [Invoice] so making a
duplicate.
But at the same time the child records shout be copied also from and into
[InvoiceDet]. And after that connected by theire new [Invoice_ID] <>
[InvoiceDetInvoice_ID]
How can I do so in VBA ?
regards Kees
[Invoice] their can be more records in [InvoiceDet].
So those are mother and child records.
The tables are joind by [Invoice_ID] (unic) and [InvoiceDetInvoice_ID].
Now I want to copy a record form [Invoice] into [Invoice] so making a
duplicate.
But at the same time the child records shout be copied also from and into
[InvoiceDet]. And after that connected by theire new [Invoice_ID] <>
[InvoiceDetInvoice_ID]
How can I do so in VBA ?
regards Kees