E
efandango
I have two databases that have identical structures. Some of the records are
unique in terms of their actual content, but across the two databases in
certain tables mentioned below they are using the same AutoID (PK) numbers.
My question is, if I cut and paste a parent table's data (minus the
Autonumber), which would create a new autoumber for each pasted record, then
when I paste child table, will the records synch?. If not, How can I tackle
this problem?. I don’t mind if any of the ID numbers change, except
[Point_ID].
These are the 3 tables that are linked; the only PK that cannot change is
[Point_ID] in the main master table, tbl_points.
tbl_points (Master table to ‘tbl_Getrounds’)
[Point_ID] (PK)
tbl_Getrounds (Master table to ‘Tbl_Getround_Detail’)
[GetRound_ID[ (PK)
Tbl_Getround_Detail (child table to ‘tbl_Getrounds’)
[GetRound_Detail_ID] (PK)
[GetRound_ID] (child link to: tbl_Getrounds. GetRound_ID
unique in terms of their actual content, but across the two databases in
certain tables mentioned below they are using the same AutoID (PK) numbers.
My question is, if I cut and paste a parent table's data (minus the
Autonumber), which would create a new autoumber for each pasted record, then
when I paste child table, will the records synch?. If not, How can I tackle
this problem?. I don’t mind if any of the ID numbers change, except
[Point_ID].
These are the 3 tables that are linked; the only PK that cannot change is
[Point_ID] in the main master table, tbl_points.
tbl_points (Master table to ‘tbl_Getrounds’)
[Point_ID] (PK)
tbl_Getrounds (Master table to ‘Tbl_Getround_Detail’)
[GetRound_ID[ (PK)
Tbl_Getround_Detail (child table to ‘tbl_Getrounds’)
[GetRound_Detail_ID] (PK)
[GetRound_ID] (child link to: tbl_Getrounds. GetRound_ID