why not just enter the discount rate as the decimal representation of the percentage (e.g. 25% is .25)? Makes it easier to write the expression regardless of which way you want to apply a rate. For example DiscAmt: [amt]-[amt]*[discount] No parentheses required either since the arithmetic operations will follow their natural course. The expression becomes 100-100*.25 = 75 To add 25%: 100*1.25 = 125
Most of us would agree - do the calculation in the query or via calculated form controls. The former is usually better, IMHO. Rather than use the default alias of Expr1:, use your own meaningful field name, such as DiscAmt (discounted amount if that's the final figure you're creating).
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.