G
Guest
I'm using Access 2000. I'm trying to emulate the running sum of a text box
control property that exists if you are designing a report on a form. For
example,
Items IN Items OUT Running Sum
20 10 10
0 5 5
30 8 27
if I input into the Sum's text box Control Source property
=Sum(nz([UnitsIn])-nz([UnitsOut])), I get the total of all records in each
Sum text box. I tried programming it in VBA but get the same. Any help...
Don
control property that exists if you are designing a report on a form. For
example,
Items IN Items OUT Running Sum
20 10 10
0 5 5
30 8 27
if I input into the Sum's text box Control Source property
=Sum(nz([UnitsIn])-nz([UnitsOut])), I get the total of all records in each
Sum text box. I tried programming it in VBA but get the same. Any help...
Don