Hi,If you place the following FormCalc in the calculate event of the APE
field it should work:if (Frequency eq "M" or Frequency eq "A") then $ =
Premium * 12elseif (Frequency eq "S" or Frequency eq LumpSum) then $ =
LumpSum * 0.1else $ = 0endifYou may need to change the object
references, in particular if the objects are in different subforms. Hope
that helps,Niall