Formula Entry

You may find it useful to remember the following points when editing formulas:

Formulas or conditions that are unusually long or complex can often be handled more conveniently by defining additional fields to act as work fields to store intermediate values. For example, suppose we have a formula:

<condition_1> AND <condition_2>

We can define a non-database field X with a formula:

<condition_2>

and then use the formula:

<condition_1> AND X