Please help! I have been trying to build an expression in Access Professional 2013 with no luck. I have an Asset Maintenance Sub-form added to my Asset Form. On the Maintenance Sub-form I have 3 fields: Service cost, parts cost and Total cost. I would like to do is when I enter an amount in Service cost &/or Parts cost have it automatically insert the total into Total cost. I have entered this expression: [Total cost] = ([Service cost] + [Parts cost]) in various forms and nothing works.