T
Tiffany
I have created a running sum in a form by using the
following DSum Expression:
=DSum("[Service Hours]","[qryServiceInfo]","[EEID]=Forms!
[frmEmplInfo]![frmServiceInfo]![EEID] And [Year]<=Forms!
[frmEmplInfo]![frmServiceInfo]![Year]")
Now I have a text box with an expression in it and I want
to create a running sum of it's results.
But my record source is the form, since I am trying to
total the text box. I get #Error in text box. Any
suggestions on how to get this to work?
following DSum Expression:
=DSum("[Service Hours]","[qryServiceInfo]","[EEID]=Forms!
[frmEmplInfo]![frmServiceInfo]![EEID] And [Year]<=Forms!
[frmEmplInfo]![frmServiceInfo]![Year]")
Now I have a text box with an expression in it and I want
to create a running sum of it's results.
But my record source is the form, since I am trying to
total the text box. I get #Error in text box. Any
suggestions on how to get this to work?