Is there a quick way to change 2 forms in a Topic-Response system?

I currently have 2 forms and 1 view. One form is used to make a command and the other form is used by suppliers for estimations. I’d like to change my system so the user create a command with a form and each supplier answer the command with the other form. The view shows the command (parent) and the responses (childs).

Is there a quick way to change it, I searched the help but only found LotusScript method to create child form.

Thanks guys

Subject: Is there a quick way to change 2 forms in a Topic-Response system ?

Changing the FORMS is not a big deal. Just open your ESTIMATE form, go to the form properties, and there you can change the form type to RESPONSE.

This however does not change existing documents, but only future documents.

In order to migrate existing documents, you might actually need to go the Lotusscript way you have mentioned before.