B
Billp
Hi,
I create a new record.
I can get the information onto the main form duplicated.
How do I copy the subform to the new records subform. the subform is linked
to the main form via "CustomerID" a unique number. The subfrom has a record
idenifier and also the CustomerID as a number - one to many relationship.
It is not quite like Alen Brownes new record duplication as the new record
is open already.
On a new record the user can enter a new customer name. They can then select
from a combo box a similar record (say the old customer name as the company
has changed name) and "On update" the main form duplicates that record and
fields are populated. In the subform is contact details. It is these details
that are needed to be copied across to the new subform.
I can figure it would need to be via sql and an append query - what is the
link part from the old record to the new record so that the records copy
accross?
Thanks in advance
I create a new record.
I can get the information onto the main form duplicated.
How do I copy the subform to the new records subform. the subform is linked
to the main form via "CustomerID" a unique number. The subfrom has a record
idenifier and also the CustomerID as a number - one to many relationship.
It is not quite like Alen Brownes new record duplication as the new record
is open already.
On a new record the user can enter a new customer name. They can then select
from a combo box a similar record (say the old customer name as the company
has changed name) and "On update" the main form duplicates that record and
fields are populated. In the subform is contact details. It is these details
that are needed to be copied across to the new subform.
I can figure it would need to be via sql and an append query - what is the
link part from the old record to the new record so that the records copy
accross?
Thanks in advance