How to create computed subforms and computed fields

how to create computed subforms and computed fields?

Subject: how to create computed subforms and computed fields

Is there more to this question?

To create Computed field:

On a form or subform place a the cursor at the location you want to add the field

On the designer menu choose Create > Field a box should appear asking for the field name, type,

The second parameter of Type is if it’s an edittable field or Computed field (three versions - Computed, Computed for Display and Computed when composed).

Fill in the dialog box and set the second part of the type to Computed.

You will also need to add a formula for the computed field.

To create a Computed Subform:

Create a subform like you would create any other subform. This subform could have computed field on it.

Go to the form you want the computed subform to be located.

Place the cursor at the location you want the subform to appear.

On the designer pull down menu choose Create > Resource > Insert Subform.

A dialog box will appear showing a list of all the subforms.

At the bottom of the dialog box there is a check box option that says Insert subform based on formula - check that option.

Add a formula specifying what sub-form is included / when.

Subject: RE: how to create computed subforms and computed fields

thank you it helped to me