hi guys -
I have this formula that I want to use in a form to calculate the "amount due" for a text box. i have tried the text box as both an unbound text box and a text box with the expression below:
the result is a blank text box. there are no 0s in the other text boxes and the types are set to number.
if anyone could help me with this id appreciate it. thanks a lot
I have this formula that I want to use in a form to calculate the "amount due" for a text box. i have tried the text box as both an unbound text box and a text box with the expression below:
Code:
=Sum(([dvdqty]*8)+([cdqty]*5)+([dvdcdqty]*11))
if anyone could help me with this id appreciate it. thanks a lot
Comment