I'm trying to build a price calculator. I need to be able to raise a value (1.1) to the power of the value in text box [Large]. Text box [PrePrice] calculates the price based on the price table, given the selected size of product. [Large] is a number of size increments above the listed sizes (user input). For each increment we charge an additional 10%. I tried
=IIf([Large]>0,[PrePrice]*(Power(1.1,[Large])),[PrePrice])
but I get #NAME?
Thanks for any assistance.
Brent
=IIf([Large]>0,[PrePrice]*(Power(1.1,[Large])),[PrePrice])
but I get #NAME?
Thanks for any assistance.
Brent