Lady Gragor
Registered User.
- Local time
- Tomorrow, 07:04
- Joined
- Nov 4, 2008
- Messages
- 37
Hi,
I've done this a thousand time but must be missing something here. I have just changed to 2007, trying to find the value of the sum of one field in a query.
SQL is as follows:-
Sum(tbl_Variations.[Approved Variations]) AS Total
FROM tbl_Variations
The result is the individual amounts, not the sum of the amounts. A running sum would be good.
Could somebody help me out please?
Thanks
I've done this a thousand time but must be missing something here. I have just changed to 2007, trying to find the value of the sum of one field in a query.
SQL is as follows:-
Sum(tbl_Variations.[Approved Variations]) AS Total
FROM tbl_Variations
The result is the individual amounts, not the sum of the amounts. A running sum would be good.
Could somebody help me out please?
Thanks