Simple question I hope. I have a main document which displays multiple subforms based on departments and certain events. Each subform has the same field names and are either editable or computed. What I’m trying to do is create a single response document with certain fields from the main doc and the appropiate subform. I can’t get the subforms to display correctly. How can I display a computed subform on a response.
Subject: Response and Subforms
There is no difference between a form for a main document, and a form for a response document. You would just insert a computed subform on the form as you would on a normal form.
If you need field values from the parent document to calculate which subform to use, then you’ll have to use @dblookup to get those values.
/Peter
Subject: RE: Response and Subforms
Thanks