Expand my Community achievements bar.

Formcalc Division of two fields problem

Avatar

Level 1

I am trying to do a simple formcalc of dividing one field by another.

form1.#subform[0].Table1.FooterRow.profit::calculate - (FormCalc, client)

Table1.Row15.sub1 / Table1.FooterRow.user

I keep getting the arithmatic over/underflow error.

Most befuddling.

Can some see what I am doing wrong?

Thanks,

Bob

1 Reply

Avatar

Level 10

You cannot devide a number by zero.

This modified code should work..

Nith