M
Mikael Lindqvist
Hi,
I'm attempting to create a query that I can use for an Access report.
The table that I'm querying has three fields, AccNo, ProjectId_first and
ProjectId_last (this is straight from the database and not something I have
control over).
Example:
4060 | 12 | 15
4060 | 17| 17
4060 | 18 | 23
5010 | 10 | 25
5010 | 12 | 25
6010 | 9 | 10
Now, I want a query that merge ALL the 2nd and 3rd field for each AccNo (1st
field), like this:
4060 | 12-15, 17-17, 18-23
5010 | 10-25, 12-25
6010 | 9-10
Any advice MUCH appreciated!
Kindly,
Mikael
Sweden
I'm attempting to create a query that I can use for an Access report.
The table that I'm querying has three fields, AccNo, ProjectId_first and
ProjectId_last (this is straight from the database and not something I have
control over).
Example:
4060 | 12 | 15
4060 | 17| 17
4060 | 18 | 23
5010 | 10 | 25
5010 | 12 | 25
6010 | 9 | 10
Now, I want a query that merge ALL the 2nd and 3rd field for each AccNo (1st
field), like this:
4060 | 12-15, 17-17, 18-23
5010 | 10-25, 12-25
6010 | 9-10
Any advice MUCH appreciated!
Kindly,
Mikael
Sweden