My question is this:
I have several controls:
[Order_Type] with 3 values: Regular, Rush and Extremely Rush, [Unit_Price], [Quantity] and [Total]
By default: [Total]=[Unit_Price]*[Quantity]
What I want is when [Order_Type]="Rush" then [Total] would be:[Unit_Price]*[Quantity]+20 and if [Order_Type]="Extremely Rush" then [Total] would be: [Unit_Price]*[Quantity]+30
What would be the code for this?
I have several controls:
[Order_Type] with 3 values: Regular, Rush and Extremely Rush, [Unit_Price], [Quantity] and [Total]
By default: [Total]=[Unit_Price]*[Quantity]
What I want is when [Order_Type]="Rush" then [Total] would be:[Unit_Price]*[Quantity]+20 and if [Order_Type]="Extremely Rush" then [Total] would be: [Unit_Price]*[Quantity]+30
What would be the code for this?