Concatenate query records (1 Viewer)

Takunda Mafuta

Registered User.
Local time
Today, 05:58
Joined
Sep 4, 2019
Messages
13
I want to create a query (Resultant Query) which concatenates records from another query (Source Query). For example:

Source Query
A 10
B 15
A 6
C 4
C 5

Resultant Query
A 16
B 15
C 9
 

Gasman

Enthusiastic Amateur
Local time
Today, 13:58
Joined
Sep 21, 2011
Messages
14,235
That is not concatenating, that is summing. :confused:

Just use a Totals query on the source query, grouping by field 1 and summing field 2.

HTH
 

Users who are viewing this thread

Top Bottom