Question Sum value of table and then requery to build a running sum

shabbaranks

Registered User.
Local time
Today, 09:47
Joined
Oct 17, 2011
Messages
300
Hi,

Im trying to sum a value within subform\table before I even start I get ####Error as I have put in the control source the rule to create the sum

Code:
=Sum([TempTable].[hours])

I then have a function when another value is added it requires the text box which holds the sum value.

Can anyone assist please?

Thanks
 
what is ####error? you usually get #### because the control is not wide enough
 

Users who are viewing this thread

Back
Top Bottom