I am attempting to have my field txtSum equal txtValueOne + txtValueTwo. I set the default value of txtSum =NZ([txtValueOne],0)+NZ([txtValueTwo],0) but txtSum is not auto-calculating. The control Source for my field is set to SUM as that is the database field I need this value to be stored in.
What do I need to change on my form so that txtSum auto-updates based off the value(s) entered in txtvalue one and txtvaluetwo?