dmyoungsal
Registered User.
- Local time
- Today, 14:59
- Joined
- May 1, 2016
- Messages
- 112
I needed to add a new calculation to my form that would break down a per equipment amount (after I got the total Load amount). The need comes from the fact that if a piece of equipment is shipped to a different Zone (to a different customer), that charge would not be simply a 1/4, 13 or 1/2 of the total load amount.
I added a new text box and entered the following formula:
=if([txtQty=0,"",Round((([txtmiles1]/[txtAvgMph1]+[txtCount1],2))*[txtTruckHrRate])*[txtProfit%])
The formula is saved and when I open the form, the DLOOKUP fields in the upper part of the form are flashing and I see "Calculating" in the lower left of the form. Nothing has changed in any other part of the form.
The problem stops when I delete the new textbox.
Why is this happening?
I added a new text box and entered the following formula:
=if([txtQty=0,"",Round((([txtmiles1]/[txtAvgMph1]+[txtCount1],2))*[txtTruckHrRate])*[txtProfit%])
The formula is saved and when I open the form, the DLOOKUP fields in the upper part of the form are flashing and I see "Calculating" in the lower left of the form. Nothing has changed in any other part of the form.
The problem stops when I delete the new textbox.
Why is this happening?