SUM Function - Using Properly?

Stang70Fastback

Registered User.
Local time
Yesterday, 19:29
Joined
Dec 24, 2012
Messages
132
Simple question guys. If I have a Query, and I want to list the sum of one of the columns of that query in another text box on a form, is this the correct way of doing it?

=Sum([Drivers Other Shifts].[Duration])

In this case, "Drivers Other Shifts" is the name of the Query, and "Duration" is the column header. When I try this I get #ERROR, so I have no idea if it's just that something else is wrong, or that my expression is the wrong way to go about it... Any thoughts?
 

Users who are viewing this thread

Back
Top Bottom