The module name is not really important for code to work but it can be changed in the Access (not VBA) navigation pane.
Since the expression =RunSum has an = sign, this indicates placement should be in a textbox on form.
I think [SomeField] is supposed to be the field to sum. Use of Nz() function is to assure a value is passed to the function.