G
Guest
I have 4 tables. The first table has an autonumber as an ID and 3 other
field names as the primary keys. The second, third, and fourth table is
linked to the first table with an ID field (number - linked to the
autonumber) and the 3 field names in the first table, with each table also
having another primary key that is unique to that table.
On a form, I have the first table as the main form (single form), and the
three other tables as subforms (continuous forms) in the main form. The
subforms can have many records. The subforms are linked to the main form by
the ID (number) to autonumber(main form) and the 3 other field names.
I want to allow the user to be able to create any duplicate record, since
most of the data will be the same but will be able to change some data. I am
able to duplicate the record on the main form, but was not successful with
the subforms.
When I create a duplicate record, the main form copied everything over, with
the ID (autonumber) being different, but the subforms are blank.
Can anyone help me on how to create duplicates in the subforms.
Thanks.
Ashley
field names as the primary keys. The second, third, and fourth table is
linked to the first table with an ID field (number - linked to the
autonumber) and the 3 field names in the first table, with each table also
having another primary key that is unique to that table.
On a form, I have the first table as the main form (single form), and the
three other tables as subforms (continuous forms) in the main form. The
subforms can have many records. The subforms are linked to the main form by
the ID (number) to autonumber(main form) and the 3 other field names.
I want to allow the user to be able to create any duplicate record, since
most of the data will be the same but will be able to change some data. I am
able to duplicate the record on the main form, but was not successful with
the subforms.
When I create a duplicate record, the main form copied everything over, with
the ID (autonumber) being different, but the subforms are blank.
Can anyone help me on how to create duplicates in the subforms.
Thanks.
Ashley