On 20/10/2015 11:23, Bob M wrote:
I need to work out the following:-
(2) the sum of the contents of that field in those records

This is really quite elementary stuff. Like Marco says, you should read an SQL tutorial. The general form of the query should be:

  SELECT SUM(x) FROM y WHERE z>=0

--
John English

Reply via email to