How to define a parent document

I made a response form and I’d like it to be the child of another form. How do I need to link them so I can create multiple responses for the parent document ? Is there a property that tell which form is the parent or do I need to use an ID field, etc…

Thanks for the help, Frank

Subject: How to define a parent document

What makes a response document related to the parent document is the $REF field on the repsonse document. The field value needs to be the UNID of the parent document.

HTH – Cheers

Subject: RE: How to define a parent document

Thanks