G
Guest
A query with two fields.
Field 1 = Name
Field 2 = Amount
How do you group the query by name & add up the amounts. What code would
you use so it grabs those records with the same name and adds up those
amounts.
For example, records as follow:
Curtis | $1.00
Mike | $2.00
Curtis | $2.50
Curtis | $2.50
It would then spit out
Curtis | $6.00
Mike | $2.00
Field 1 = Name
Field 2 = Amount
How do you group the query by name & add up the amounts. What code would
you use so it grabs those records with the same name and adds up those
amounts.
For example, records as follow:
Curtis | $1.00
Mike | $2.00
Curtis | $2.50
Curtis | $2.50
It would then spit out
Curtis | $6.00
Mike | $2.00