I have a table called 'Balance.' One field is called Tuition and another called Payment (both are currency data types). I have a field called balance which is set as a 'calculated' data type. I have defined this calculation with the Expression builder as follows: [totalTuition]-[totalPayment]
In the table, I do have values for the Tuition and Payment columns, but the Balance column is not automatically calculating. What am I doing wrong?