Something strange is going on with my form.
I have two columns: Car Mileage and Mileage Total. Each field in the Mileage Total column multiplies the corresponding field from the Car Mileage column with the .565 field (locked). The total amount owed for mileage is added up at the bottom of the Mileage Total column. So basically the Total Mileage Total field is adding up a bunch of multiplied fields, and I'm guessing this is what's causing the problem. I triple checked that each field's properties are set correctly.
As you can see by the attached image, it's not adding up correctly. Here are the steps I took to get the outcome in the image:
FIELD NAME | AMOUNT |
Car Mileage Row 1 add | 1 |
Mileage Total Row 1 changes to | 0.57 |
Mileage Total = | 0 |
Car Mileage Row 2 add | 1 |
Mileage Total Row 2 changes to | 0.57 |
Mileage Total = | 0.57 |
Change Car Mileage Row 1 to | 2 |
Mileage Total Row 1 changes to | 1.13 |
Mileage Total = | 1.13 |
Change Car Mileage Row 2 to | 2 |
Mileage Total Row 2 changes to | 1.13 |
Mileage Total = | 1.7 |
Change Car Mileage Row 1 to | 1 |
Mileage Total Row 1 changes to | 0.57 |
Mileage Total = | 3.39 |
Change Car Mileage Row 1 to | 2 |
Mileage Total = | 2.83 |
If I subtract or delete any amount in a Car Mileage field, then it's added to the Total Mileage Total field. And if I add any amount, it subtracts it from the total. The problem happens no matter what field I start in.
Hope this makes sense, is there a way to attach the PDF document? I'd be happy to share it with anyone who thinks they can help.