We have recently rebuilt a database to add a new higher level of relationship.
Previously we used to have a collection of documents all at one level:
-
Document1 (form fNCI)
-
Document2 (form fNCI)
-
etc
In the new database, this is the structure:
-
Parent Document (form fNSO)
-
Child Document1 (form fNCI2)
-
Child Document2 (form fNCI2)
-
etc
-
Essentially form fNCI and fNCI2 are the same, except that form fNCI2 inherits field information from its parent fNSO.
What we’d like to be able to do is this:
-
create/add new parent docs to the old records made using form fNCI (which will now need to become a response document to the new parent doc).
-
Populate shared fields in Parent doc from those in the original fNCI form.
-
Replace form fNCI with form fNCI2 on newly migrated documents.
I really have no idea how to begin - any suggestions very very welcome!
Cheers
Graham