Good morning,
I have problem to take the running sum in the form, i am working with Module, like that
Option Compare Database
Option Explicit
Public Function frmRunSum(frm As Form, pkName As String, sumName As String)
Dim rst As DAO.Recordset, fld As DAO.Field, subTotal
Set rst =...