M
MikeB
I have a Text2 field that will be part of a formula. I want to user to be
able to enter a number (0,1, or 2) that corrrsponds to a formula percentage.
I am having trouble writing the If statement. What I would like to have
happen is.
User would enter into Text2,
0=1.0 (no discount)
1=.70 (30% discount)
2=.85 (15% discount)
We only have three discounts.
The form I created has the following,
Text0, for the List Price
Text2, for the discount code value as listed above.
Text3, shows the result that is discounted. =(Text0*Text2)
Any help you can give would be great.
Thanks,
MikeB
able to enter a number (0,1, or 2) that corrrsponds to a formula percentage.
I am having trouble writing the If statement. What I would like to have
happen is.
User would enter into Text2,
0=1.0 (no discount)
1=.70 (30% discount)
2=.85 (15% discount)
We only have three discounts.
The form I created has the following,
Text0, for the List Price
Text2, for the discount code value as listed above.
Text3, shows the result that is discounted. =(Text0*Text2)
Any help you can give would be great.
Thanks,
MikeB