How to join (concatenate) records of values in a single line? (1 Viewer)

Everterra

Registered User.
Local time
Today, 11:02
Joined
Jan 12, 2015
Messages
16
In Access 2013 I have a query that join two tables, Conduminium Owners to their possetions (fractions of conduminium).

Owners.Own Owners.Vote SumOfTblFracPerc
O; P................................No................9,54
F....................................Yes................5,48
L; Q................................Yes................7,13
M; U...............................Yes................7,86
H...................................Yes................5,71
D; R...............................Abstention......7,78
etc...


This query is grouping and summing, and I want put the results in a form and see it grouping the fractions in lines like this:

"These were the votes of the owners of fractions:

O;P, voted No = 9,54
F, L;Q, M;U, H, G;W, C, N, I, voted Yes = 37,72
D; R - voted Abstention = 7,78

How can I do it?
I don´t know coding but I understand something.
Can someone help with this?
 

Users who are viewing this thread

Top Bottom