Expressions using record source fields

 

Expression

Description

=[Subtotal] + [Freight]

Sets the value to the sum of the values of the Subtotal and Freight fields.

=[Price] * 1.06

Sets the value to the product of the value of the Price field and 1.06 (adds 6 percent to the Price value).

=[EmployeeTotal] / [CountryTotal]

Sets the value to the quotient of the values of the EmployeeTotal and CountryTotal fields.