I am trying to create a Dsum calculation using a text box on a form just to display to the user what the Current Balance Owed of an employee is. I want to sum the total amount of checks that are showing on the subform received by an employee and deduct this sum of all checks from the employee's Starting Balance. However, I am sure I am missing something. When I enter the following on my text box control source:
=DSum("([Start Balance]-[CHECK_AMOUNT])","Payment_History","[Employee_ID]") my end results is SUM of everything including the Start Balance. The subtraction expression is not working. Can anyone help me and let me know what I am missing? Thanks.
=DSum("([Start Balance]-[CHECK_AMOUNT])","Payment_History","[Employee_ID]") my end results is SUM of everything including the Start Balance. The subtraction expression is not working. Can anyone help me and let me know what I am missing? Thanks.