J
John
I have a database with the following structure:
Table 1
++--Table 2
++++--Table 3
++++++--Table 4
++++++--Table 5
I need to create a copy of a record in Table 2 and all
related records from the tables beneath table 2 and
assign the data to another record in Table 1, while still
maintaining the original data and assignments.
Table 2 is the many side of table 1.
Table 3 is the many side of table 2.
Table 4 & table 5 are both the many side of table 3.
Any help would be appreciated.
Thanks!
Table 1
++--Table 2
++++--Table 3
++++++--Table 4
++++++--Table 5
I need to create a copy of a record in Table 2 and all
related records from the tables beneath table 2 and
assign the data to another record in Table 1, while still
maintaining the original data and assignments.
Table 2 is the many side of table 1.
Table 3 is the many side of table 2.
Table 4 & table 5 are both the many side of table 3.
Any help would be appreciated.
Thanks!