I need to add another field to my calculated running sum, the filed name is frequencyamount . Here is my code as it is now without adding the new field.
RegID is the Primary Key on the form but is of course based on my table TReg Amount is the running sum calculated field.
=RunSum([Form],"RegID",[RegID],"Amount")