V
vcs
I have a subform where we are entering data entries for each date. This
subform is mapped to a PrsnID to get all the data entries in the subform
"Quality_Entries" and the MainForm is "Employees". There is a field in the
"Quality_Entries" table where a number is entered in the "TotalReports"
field.
Am I able to create a running sum of the "TotalReports" entered each time a
new record is entered? So, as of today my "TotalReports" are 10. Then my
entry for tomorrow will add my new entry to the Running Total from the
previous day. Example: if I enter 5 today then my running total is now 15.
Is this where I use a DSum function? If so, I can't get it to work properly
and need some guidance.
Thank you.
subform is mapped to a PrsnID to get all the data entries in the subform
"Quality_Entries" and the MainForm is "Employees". There is a field in the
"Quality_Entries" table where a number is entered in the "TotalReports"
field.
Am I able to create a running sum of the "TotalReports" entered each time a
new record is entered? So, as of today my "TotalReports" are 10. Then my
entry for tomorrow will add my new entry to the Running Total from the
previous day. Example: if I enter 5 today then my running total is now 15.
Is this where I use a DSum function? If so, I can't get it to work properly
and need some guidance.
Thank you.