Avatar

Correct answer by
Level 2

TundraSteve, Thanks for the reply.

Your suggestion got me on the right path. Here's what worked using FormCalc on the TotalDue field:

if (SpecReg + WorkshopReg == 890) then

  SpecReg

else

  sum (EarlyReg, StandardReg, SpecReg, WorkshopReg)

endif

Thanks again!

View solution in original post