G
Guest
Is there a domain function similar to SUM that can be used to concatenate
text of a field?
Such that one can query the table
ID Name
1 a
1 b
2 c
2 d
to make query result look like
ID Name
1 a, b
2 c, d
Howard
text of a field?
Such that one can query the table
ID Name
1 a
1 b
2 c
2 d
to make query result look like
ID Name
1 a, b
2 c, d
Howard