Hello,
I am currently working on a forms calculation and can't seem to get it right.
What I am trying to do logically seems simple.
I have field called Mileage that gets filled in with the miles it takes to get from one location to another.
What I have added is a checkbox field labeled Round Trip with a box for Yes and No.
When the submitted selects the "Yes" checkbox, I need the Mileage field to multiply by 2.
As of right now, my calculation is set to:
=IF(Inner_District_Amounts.Round_Trip.Yes)MULT(2)
I tested and this does not work. I have tried a few other things as well with no luck.
This may be simple but I could use some assistance.
I have also attached a screen shot to show what the fields look like filled out.
Thanks!