Will someone please help me translate this excel formula
=IF(D35<11000,257,((D35-11000)*0.001)+257)
Into a Access expression? Cell D35 would be Unbound Field TxtZFW, and the filed that would be manipulted would be TxtLowerCG with a Value 257.
My understanding of the Formula is IF the Value of TxtZFW is Greater than 11000 than times it by .0001. If TxtZFW is 11000 or less than TxtLowerCG remains at 257
I'm trying to create a Fairchild Metroliner Aircraft Weight and Balance program. This is my first attempt at Access, and this forum has been very helpfull.
=IF(D35<11000,257,((D35-11000)*0.001)+257)
Into a Access expression? Cell D35 would be Unbound Field TxtZFW, and the filed that would be manipulted would be TxtLowerCG with a Value 257.
My understanding of the Formula is IF the Value of TxtZFW is Greater than 11000 than times it by .0001. If TxtZFW is 11000 or less than TxtLowerCG remains at 257
I'm trying to create a Fairchild Metroliner Aircraft Weight and Balance program. This is my first attempt at Access, and this forum has been very helpfull.