Re: How to calculate column total

From: John Egan (bravo6_at_gofree.indigo.ie)
Date: 06/30/04


Date: Wed, 30 Jun 2004 19:49:41 +0100

Works great, thanks. My problem was I was entering several fields.

<anonymous@discussions.microsoft.com> wrote in message
news:2387701c45e88$1b669f50$a501280a@phx.gbl...
>
> >-----Original Message-----
> >This may seem a stupid question. I just need to sum the
> values of a single
> >field in each record, but I can't find a way to do this
> in a query. The
> >"sum" function seems to operate on a single record,
> rather than a single
> >field in each record.
> >
> >Any help greatly appreciated.
> >
> >
> >.The only way i found to do this was to produce a further
> summary query based on original query. Had to make sure
> each item had a ID though. Gives you the option to count
> how many items also to total sum
> >



Relevant Pages

  • Re: Report is making too many numbers
    ... from the $'s being listed more than once in the query. ... And you want to display the sum of in the Vendor header or footer ... My report is based on a query. ... those records--you could create a Totals query by depressing the ...
    (microsoft.public.access.reports)
  • Re: identify semi-duplicate records, and amend elements of those r
    ... Your idea was my first thought...so I relaxed that rule by allowing the Sum ... called OR how its used specifically within the query may have an impact? ... It could be that the Sum(HH CCY CFAMT) is not returning exactly ZERO. ... the select statement, and filled in specific criterion by criterion, to see ...
    (microsoft.public.access.queries)
  • Re: Date Range Totals for Logical Fields
    ... Query reformatted for ease of reading ... Lead Date Lead Date By Month Signed Up Sum Of Active Recruit Sum Of Info ... Recruits Kits Sent Recruits Contact Invites ... Then put your criteria there. ...
    (microsoft.public.access.queries)
  • Re: running sum in a query for a calculated field
    ... Make a first query like: ... make the running sum, in the query that does the said running sum. ... FROM qSUM AS a INNER JOIN qSum AS b ... PlannedlCumulativeCount, qryMaintbl.dir ...
    (microsoft.public.access.queries)
  • Re: Optimising the Query
    ... SUM ... FROM TABLE3 ... The query is taking records from TABLE2 and TABLE3 and LEFT OUTER JOIN ...
    (comp.databases.oracle.misc)